mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-21 15:48:43 -04:00
fix(subplebbit): state string should wrap next to sidebar
This commit is contained in:
@@ -4,11 +4,16 @@
|
||||
|
||||
.stateString {
|
||||
text-transform: lowercase;
|
||||
max-width: calc(100% - 305px);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.sidebar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.stateString {
|
||||
max-width: calc(100% - 305px);
|
||||
}
|
||||
}
|
||||
@@ -6,8 +6,19 @@ div[data-viewport-type="window"] {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.stateString {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.sidebar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.stateString {
|
||||
max-width: calc(100% - 305px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user