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.
This commit is contained in:
2022-09-13 03:18:12 +02:00
parent a61789637a
commit a551e911ab
2 changed files with 15 additions and 23 deletions

View File

@@ -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. */