mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 06:23:39 +08:00
UX: Use breakpoint CSS variable instead of arbitrary 570px (#26945)
* Update header.scss * Update discourse.scss
This commit is contained in:
parent
ce798ac2af
commit
4fad0b33eb
|
@ -142,7 +142,7 @@ select {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Media Queries
|
// Media Queries
|
||||||
@media all and (max-width: 570px) {
|
@include breakpoint(mobile-extra-large) {
|
||||||
body {
|
body {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 570px) {
|
@include breakpoint(mobile-extra-large) {
|
||||||
.extra-info-wrapper {
|
.extra-info-wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user