mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(post mobile): improve buttons positioning, add Update and Auto buttons for clarity
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user