2024-03-22 12:09:17 +01:00
|
|
|
.mobileBoardButtons {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobileBoardButtons button {
|
|
|
|
|
margin: 0 2px;
|
2024-04-03 22:52:27 +02:00
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobileBoardButtons a, .desktopBoardButtons a {
|
|
|
|
|
all: unset;
|
2024-03-22 12:09:17 +01:00
|
|
|
}
|
|
|
|
|
|
2024-04-04 12:06:37 +02:00
|
|
|
.mobilePostPageButtonsSecondRow {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-22 12:09:17 +01:00
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.desktopBoardButtons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 640px) {
|
|
|
|
|
.mobileBoardButtons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-03-22 13:06:50 +01:00
|
|
|
|
|
|
|
|
.subscribeButton {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2024-03-22 12:09:17 +01:00
|
|
|
}
|