mirror of
https://github.com/flarum/framework.git
synced 2025-06-04 14:54:32 +08:00
Tweak post controls on mobile
This commit is contained in:
@ -73,6 +73,17 @@
|
||||
font-size: 17px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media @phone {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
border-radius: 38px / 2;
|
||||
padding: 10px 0;
|
||||
|
||||
& .fa-ellipsis-v {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Buttons that blend into the background
|
||||
|
Reference in New Issue
Block a user