style(post mobile): improve buttons positioning, add Update and Auto buttons for clarity

This commit is contained in:
Tom (plebeius.eth)
2024-09-08 10:41:08 +02:00
parent 72f0c79922
commit cb97b67cde
5 changed files with 80 additions and 3 deletions
@@ -11,6 +11,32 @@
margin: 5px 2px;
}
.mobileBoardButtons .secondRow {
margin-top: -5px;
padding-bottom: 20px;
}
.mobileBoardButtons {
margin-top: -3px;
}
.mobileBoardButtons .autoCheckbox {
margin: 0 3px 0 0;
position: relative;
top: -2px;
border-radius: 0;
height: 10px;
width: 10px;
}
.disabledButton {
opacity: 0.5;
}
.disabledButton:hover {
cursor: not-allowed !important;
}
.mobileBoardButtons a, .desktopBoardButtons a {
all: unset;
}