Fix sidebar button padding when sidebar is large enough to scroll on some browsers

This commit is contained in:
James Lyne 2022-06-27 23:21:25 +01:00
parent 479cab9b4d
commit 5d304606a6

View File

@ -200,6 +200,7 @@ export default defineComponent({
.sidebar__buttons {
display: flex;
flex-direction: row;
flex-shrink: 0;
align-items: center;
justify-content: flex-end;
margin-bottom: var(--ui-element-spacing);