mirror of
https://github.com/flarum/framework.git
synced 2025-01-06 10:33:46 +08:00
Make controls buttons slightly bigger
This commit is contained in:
parent
c17716db02
commit
4e7cbaa4dd
|
@ -150,6 +150,7 @@
|
||||||
|
|
||||||
& .contextual-controls {
|
& .contextual-controls {
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-top: -3px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,11 +60,11 @@
|
||||||
|
|
||||||
// Little round icon buttons
|
// Little round icon buttons
|
||||||
.btn-icon.btn-sm {
|
.btn-icon.btn-sm {
|
||||||
border-radius: 12px;
|
border-radius: 14px;
|
||||||
height: 24px;
|
height: 28px;
|
||||||
width: 24px;
|
width: 28px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 3px 0;
|
padding: 5px 0;
|
||||||
|
|
||||||
& .label, & .icon-caret {
|
& .label, & .icon-caret {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user