Files
5chan/src/components/board-buttons/board-buttons.module.css
T

102 lines
1.5 KiB
CSS

.mobileBoardButtons {
text-align: center;
}
.addMargin {
margin-bottom: 7px;
}
.mobileBoardButtons button {
text-transform: capitalize;
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:hover {
cursor: not-allowed !important;
}
.mobileBoardButtons a, .desktopBoardButtons a {
all: unset;
}
.showBlockedButton {
color: var(--button-desktop-text-color);
}
.showBlockedButton:hover {
color: var(--button-desktop-text-color-hover);
cursor: pointer;
}
.mobileBoardButtons .options {
padding: 10px 0;
}
.desktopBoardButtons {
padding-right: 5px;
text-transform: capitalize;
}
.desktopBoardButtons::after {
content: "";
display: table;
clear: both;
}
.desktopBoardButtons .rightSideButtons {
float: right;
display: flex;
align-items: center;
}
.desktopBoardButtons .rightSideButtons select {
margin-right: 5px;
}
.mobileCatalogOptionsPadding {
padding-top: 15px;
}
.filteredThreadsCount {
text-transform: none !important;
}
.mobileBoardButtons {
text-transform: capitalize;
}
.mobileBoardButtons .filteredThreadsCount {
display: block;
margin-top: 3px;
margin-bottom: 15px;
}
@media (max-width: 640px) {
.desktopBoardButtons {
display: none;
}
}
@media (min-width: 640px) {
.mobileBoardButtons {
display: none;
}
}