mirror of
https://github.com/discourse/discourse.git
synced 2025-01-07 18:34:35 +08:00
fix pop up composer tips display for mobile
This commit is contained in:
parent
6e0152ab94
commit
4d1ac30233
|
@ -6,11 +6,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.composer-popup-container {
|
.composer-popup-container {
|
||||||
display: none;
|
display: none !important; // can be removed if inline JS CSS is removed from composer-popup
|
||||||
}
|
}
|
||||||
|
|
||||||
.composer-popup {
|
.composer-popup {
|
||||||
display: none;
|
display: none !important; // can be removed if inline JS CSS is removed from composer-popup
|
||||||
}
|
}
|
||||||
|
|
||||||
#reply-control {
|
#reply-control {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user