Compare commits

...

2 Commits

Author SHA1 Message Date
cd28698187 add bordering to button div to show end 2023-08-01 20:46:01 -05:00
746f6c2b69 update members icon 2023-08-01 20:44:02 -05:00
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 889 B

After

Width:  |  Height:  |  Size: 786 B

View File

@ -269,6 +269,8 @@ nav.top div.navcenter {
} }
nav.top .navbutton-bar { nav.top .navbutton-bar {
border: var(--acc-nav-separator);
border-top: none;
padding-left: 4px; padding-left: 4px;
overflow-x: scroll; overflow-x: scroll;
} }