summaryrefslogtreecommitdiff
path: root/static/css/simplerlog.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
commitad4d74ea45be6b227027588f6515fb22fafc335a (patch)
treedc33e854cc1f6f7d12ca746edef0e844be17f97f /static/css/simplerlog.css
parentae480c44c59a9e77ea279f2208dd7f932079e078 (diff)
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/css/simplerlog.css')
-rw-r--r--static/css/simplerlog.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/simplerlog.css b/static/css/simplerlog.css
index a158fd8..b8c9127 100644
--- a/static/css/simplerlog.css
+++ b/static/css/simplerlog.css
@@ -140,7 +140,7 @@ img {
);
}
-.logged-dump {
+.logged-hump {
border: 1px inset #f1f1f1;
border-radius: 3px;
-webkit-border-radius: 3px;
@@ -154,7 +154,7 @@ img {
background-color: white;
}
-.logged-dump img {
+.logged-hump img {
max-width: 240px;
max-height: 240px;
padding-top: 3px;