summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-10-05 11:42:42 -0700
committerDevlin Junker <devlin.junker@gmail.com>2023-10-05 11:42:42 -0700
commit2ed0df3f922917cd4e63a86adb51f8395478eef1 (patch)
treef8c435c5bd0f96b4f588efb27dceedf4026d7c41 /templates
parent06e373bb49a0059278f706b2bc4183f66023e45c (diff)
add box-shadow and other cleanups
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.warnings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/part.content.warnings.php b/templates/part.content.warnings.php
index b791de024..98149b657 100644
--- a/templates/part.content.warnings.php
+++ b/templates/part.content.warnings.php
@@ -11,6 +11,7 @@
box-shadow: 0 0 6px 0 var(--color-box-shadow);
border-radius: var(--border-radius);
display: flex;
+ max-width: 85%
}
#cron-warning a {