We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f8a9c + c7deca2 commit dc2e5ceCopy full SHA for dc2e5ce
1 file changed
sigma.css
@@ -1393,3 +1393,11 @@ div#u-adult-warning > .error-block {
1393
#side-bar .ios-cache-issue-notification {
1394
display: none !important;
1395
}
1396
+
1397
+/*
1398
+ Make the page edit lock timer monospaced so it does not shift page layout
1399
+ as it counts down.
1400
+*/
1401
+#lock-timer {
1402
+ font-variant-numeric: tabular-nums;
1403
+}
0 commit comments