mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(board buttons): buttons would wrap incorrectly on small window width
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user