diff options
| author | Martin Ridgers <[email protected]> | 2024-09-19 13:36:44 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2024-09-24 10:57:34 +0200 |
| commit | 0dfd9ad8fc254b995328ddb96c2fd76ccc593092 (patch) | |
| tree | f345bf6c1511faa574e39250c2588fdc0beeab40 /src | |
| parent | Lighten toolbar separators (diff) | |
| download | zen-0dfd9ad8fc254b995328ddb96c2fd76ccc593092.tar.xz zen-0dfd9ad8fc254b995328ddb96c2fd76ccc593092.zip | |
Keep right() toolbar items flush to the side
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenserver/frontend/html/zen.css | 4 |
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 { |