mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Tweak post controls on mobile
This commit is contained in:
@@ -323,6 +323,10 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media @phone {
|
||||
padding: 15px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.post-icon {
|
||||
@@ -431,6 +435,16 @@
|
||||
}
|
||||
|
||||
@media @phone {
|
||||
.post {
|
||||
& .contextual-controls {
|
||||
margin-top: -6px;
|
||||
margin-right: -8px;
|
||||
|
||||
& .dropdown-toggle {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
.post-header {
|
||||
& .avatar {
|
||||
.avatar-size(32px);
|
||||
|
Reference in New Issue
Block a user