mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix bugs
This commit is contained in:
@@ -25,6 +25,24 @@
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.desktopBoardButtons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between; /* Ensure elements are spaced out properly */
|
||||
}
|
||||
|
||||
.desktopBoardButtons::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.desktopBoardButtons .rightSideButtons {
|
||||
margin-left: auto; /* Push the right-side buttons to the right */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.desktopBoardButtons {
|
||||
display: none;
|
||||
@@ -35,8 +53,4 @@
|
||||
.mobileBoardButtons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rightSideButtons {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user