From 4239005a1cf91d8f7477fd2c43d68fe995bd9607 Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Sun, 14 Sep 2025 13:00:14 -0400 Subject: [PATCH 1/2] Fix stylelint and prettier. --- sigma.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sigma.css b/sigma.css index b3d2e32..ec599e8 100644 --- a/sigma.css +++ b/sigma.css @@ -1391,13 +1391,14 @@ div#u-adult-warning > .error-block { */ #side-bar .ios-cache-issue-notification { - display: none !important; + display: none !important; } /* Make the page edit lock timer monospaced so it does not shift page layout as it counts down. */ + #lock-timer { font-variant-numeric: tabular-nums; } From 862222dc77937195a20d8470d232aa9aedf08d10 Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Sun, 14 Sep 2025 13:00:39 -0400 Subject: [PATCH 2/2] Fix whitespace. --- sigma.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sigma.css b/sigma.css index ec599e8..6bb7311 100644 --- a/sigma.css +++ b/sigma.css @@ -1359,9 +1359,9 @@ div#u-adult-warning > .error-block { /* vim: set noet: */ /* - Fix for Wikidot error with displaying the 'Is username an abusive user' prompt, - when selecting the 'The User Is Abusive' option, due to a wikido typo - 'unflad-user-abusive' is an intentional typo in this code. + Fix for Wikidot error with displaying the 'Is username an abusive user' prompt, + when selecting the 'The User Is Abusive' option, due to a wikido typo + 'unflad-user-abusive' is an intentional typo in this code. */ .unflad-user-abusive { @@ -1373,20 +1373,20 @@ div#u-adult-warning > .error-block { } /* - As of writing this, there is a bug in the SCP Wiki CDN causing the + As of writing this, there is a bug in the SCP Wiki CDN causing the Sigma theme to occasionally not load on iOS devices. This bug can be fixed by clearing the browser's cache. - + As a consequence, an element will likely be added to the SCP Wiki's sidebar informing users of this bug and directing them to fix it. In fact, by the time you are reading this, it may have already been added. However, we don't want this element to display if Sigma theme has loaded, because if Sigma has loaded, then the user has fixed the bug on their device. - + As such, the following CSS rule hides it. Specificity has been artificially increased with an id selector and !important to counteract weird cases. - (e.g. an obscure SCP Wiki theme that applies 'display: block' + (e.g. an obscure SCP Wiki theme that applies 'display: block' to everything in the sidebar) */ @@ -1395,7 +1395,7 @@ div#u-adult-warning > .error-block { } /* - Make the page edit lock timer monospaced so it does not shift page layout + Make the page edit lock timer monospaced so it does not shift page layout as it counts down. */