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 {
display: flex;
align-items: center;
justify-content: space-between; /* Ensure elements are spaced out properly */
padding-right: 5px;
}
@@ -42,9 +39,7 @@
}
.desktopBoardButtons .rightSideButtons {
margin-left: auto; /* Push the right-side buttons to the right */
display: flex;
align-items: center;
float: right;
}
.desktopBoardButtons .rightSideButtons select {