Fix sidebar button padding when sidebar is large enough to scroll on some browsers
This commit is contained in:
parent
479cab9b4d
commit
5d304606a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user