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 {
|
.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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user