Skip to content

Commit 748bb0f

Browse files
authored
Merge pull request #122 from radian628/ios-cache-issue-notif-topbar
Change iOS Cache Warning from Sidebar to Topbar
2 parents 84d8171 + bc2441a commit 748bb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sigma.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)