fix(board buttons): buttons would wrap incorrectly on small window width

This commit is contained in:
Tom (plebeius.eth)
2024-09-04 16:47:28 +02:00
parent ca0020f2c5
commit 385acb08fd
@@ -29,9 +29,6 @@
} }
.desktopBoardButtons { .desktopBoardButtons {
display: flex;
align-items: center;
justify-content: space-between; /* Ensure elements are spaced out properly */
padding-right: 5px; padding-right: 5px;
} }
@@ -42,9 +39,7 @@
} }
.desktopBoardButtons .rightSideButtons { .desktopBoardButtons .rightSideButtons {
margin-left: auto; /* Push the right-side buttons to the right */ float: right;
display: flex;
align-items: center;
} }
.desktopBoardButtons .rightSideButtons select { .desktopBoardButtons .rightSideButtons select {