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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user