aboutsummaryrefslogtreecommitdiffstats
path: root/css/style-unminified.css
diff options
context:
space:
mode:
authorkj-sh6042024-08-08 18:45:42 -0400
committerkj-sh6042024-08-08 18:45:42 -0400
commit12430221001cecb92fd1fb4fce7b3baf91d7ba01 (patch)
treef975393e7945ccd3b974c544ea3cddf4e50f71d4 /css/style-unminified.css
parent810ecfd58949e892c37134073e4fb490946354a8 (diff)
refactor: design improvments and fixes
Diffstat (limited to 'css/style-unminified.css')
-rw-r--r--css/style-unminified.css31
1 files changed, 17 insertions, 14 deletions
diff --git a/css/style-unminified.css b/css/style-unminified.css
index 490cc42..e6cd6d8 100644
--- a/css/style-unminified.css
+++ b/css/style-unminified.css
@@ -118,10 +118,7 @@ table.centered {
th,
td {
- padding-top: 0.625rem;
- padding-bottom: 1.25rem;
- padding-left: 1.875rem;
- padding-right: 2.5rem;
+ padding: 1rem 1rem 1rem 1rem;
}
button {
@@ -157,6 +154,7 @@ ul.no-bullets {
}
@charset "UTF-8";
+
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
background-color: #fff;
@@ -1783,14 +1781,19 @@ span.CodeMirror-selectedtext {
}
}
-@media (min-width: 55em) {
- #artlist {
- column-count: 2;
- }
-}
-
-@media (min-width: 100em) {
- #artlist {
- column-count: 3;
- }
+#generating-indicator {
+ display: none;
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ max-width: 100%;
+ max-height: 100%;
+ background-color: rgba(0, 0, 0, 0.8);
+ z-index: 1000;
+ text-align: center;
+ color: white;
+ font-size: 1.75rem;
+ padding-top: 15%
}