diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-13 03:18:12 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-13 03:21:41 +0200 |
commit | a551e911ab54f5b1f56f837c3ebed42ef86fb4a1 (patch) | |
tree | ed0106fde5333a5627ff1bdcbb8f2e1f205cf1b7 /xP/public/xP.css | |
parent | a61789637a5af03b06655c9ce03a92ddd57fe383 (diff) | |
download | xK-a551e911ab54f5b1f56f837c3ebed42ef86fb4a1.tar.gz xK-a551e911ab54f5b1f56f837c3ebed42ef86fb4a1.tar.xz xK-a551e911ab54f5b1f56f837c3ebed42ef86fb4a1.zip |
xP: adjust buffer list iteration and styling
M-a and M-! should iterate, rather than keep jumping back
to the same buffers.
The current item wasn't visible enough,
and it jumped around in my 1.5-scale Firefox.
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r-- | xP/public/xP.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css index 53aa2c2..71422a1 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -56,7 +56,7 @@ button { .list { overflow-y: auto; - border-right: 1px solid #ccc; + border-right: 2px solid #ccc; min-width: 10em; flex-shrink: 0; } @@ -72,11 +72,7 @@ button { } .item.current { font-style: italic; - background: #f8f8f8; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; - margin-top: -1px; - margin-bottom: -1px; + background: #eee; } /* Only Firefox currently supports align-content: safe end, thus this. */ |