aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2024-09-19 13:36:44 +0200
committerMartin Ridgers <[email protected]>2024-09-24 10:57:34 +0200
commit0dfd9ad8fc254b995328ddb96c2fd76ccc593092 (patch)
treef345bf6c1511faa574e39250c2588fdc0beeab40 /src/zenserver
parentLighten toolbar separators (diff)
downloadzen-0dfd9ad8fc254b995328ddb96c2fd76ccc593092.tar.xz
zen-0dfd9ad8fc254b995328ddb96c2fd76ccc593092.zip
Keep right() toolbar items flush to the side
Diffstat (limited to 'src/zenserver')
-rw-r--r--src/zenserver/frontend/html/zen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css
index c0ddc6d89..78037cc79 100644
--- a/src/zenserver/frontend/html/zen.css
+++ b/src/zenserver/frontend/html/zen.css
@@ -121,6 +121,10 @@ h3 {
padding-right: 0.7em;
}
+.zen_toolbar > div:last-child > :last-child {
+ padding-right: 0;
+}
+
/* modal -------------------------------------------------------------------- */
.zen_modal {