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