mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
FIX: topic-notifications was taking too much space on mobile
This commit is contained in:
parent
3c0a9d4d19
commit
d2d1c29f48
@ -1,5 +1,8 @@
|
||||
#topic-footer-buttons .topic-notifications .btn {
|
||||
margin: 0;
|
||||
#topic-footer-buttons .topic-notifications {
|
||||
min-width: auto;
|
||||
.btn {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-footer-buttons p.reason {
|
||||
|
Loading…
Reference in New Issue
Block a user