diff --git a/webclient/src/App.js b/webclient/src/App.js
index 9a883dc..01a1bf7 100644
--- a/webclient/src/App.js
+++ b/webclient/src/App.js
@@ -187,6 +187,15 @@ function App() {
+ {fullScreenAvailable &&
+
+ {!isFullScreen ?
+
+ :
+
+ }
+
+ }
Feed
@@ -274,13 +283,6 @@ function App() {
Hacker News, Reddit, Lobsters, and Tildes articles rendered in reader mode.
- {fullScreenAvailable &&
- !isFullScreen ?
-
- :
-
- } />
- }