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