mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 10:02:33 +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 all and (max-width: 570px) {
|
||||
@include breakpoint(mobile-extra-large) {
|
||||
body {
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 570px) {
|
||||
@include breakpoint(mobile-extra-large) {
|
||||
.extra-info-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user