add bordering to button div to show end

This commit is contained in:
Wirlaburla 2023-08-01 20:46:01 -05:00
parent 746f6c2b69
commit cd28698187

View File

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