mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
FIX: prevents notifications button to be cutoff on mobile (#8998)
This commit is contained in:
parent
05be9beefd
commit
8f82d790d4
@ -6,7 +6,6 @@
|
|||||||
width: 400px;
|
width: 400px;
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
max-width: 100%;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user