File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1377,7 +1377,7 @@ div#u-adult-warning > .error-block {
13771377 Sigma theme to occasionally not load on iOS devices. This bug can
13781378 be fixed by clearing the browser's cache.
13791379
1380- As a consequence, an element will likely be added to the SCP Wiki's sidebar
1380+ As a consequence, an element will likely be added to the SCP Wiki's top bar
13811381 informing users of this bug and directing them to fix it. In fact, by
13821382 the time you are reading this, it may have already been added.
13831383
@@ -1387,10 +1387,10 @@ div#u-adult-warning > .error-block {
13871387 As such, the following CSS rule hides it. Specificity has been artificially
13881388 increased with an id selector and !important to counteract weird cases.
13891389 (e.g. an obscure SCP Wiki theme that applies 'display: block'
1390- to everything in the sidebar )
1390+ to everything in the top bar )
13911391*/
13921392
1393- # side -bar .ios-cache-issue-notification {
1393+ # top -bar .ios-cache-issue-notification {
13941394 display : none !important ;
13951395}
13961396
You can’t perform that action at this time.
0 commit comments