File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -111,16 +111,16 @@ select.form-control:not([multiple]):not([size]) {
111111}
112112
113113.icon {
114- height : 1 rem ;
115- width : 1 rem ;
114+ height : 1.2 rem ;
115+ width : 1.2 rem ;
116116 display : inline-block;
117117 line-height : 1 ;
118118}
119119
120120.icon > svg , .icon > img {
121- width : 1 rem ;
122- height : 1 rem ;
123- vertical-align : top ;
121+ width : 1.2 rem ;
122+ height : 1.2 rem ;
123+ vertical-align : middle ;
124124}
125125
126126.icon-small {
@@ -132,6 +132,7 @@ select.form-control:not([multiple]):not([size]) {
132132.icon-small > svg , .icon-small > img {
133133 width : .6rem ;
134134 height : .6rem ;
135+ vertical-align : top;
135136}
136137
137138.icon-unread {
@@ -266,8 +267,8 @@ select.form-control:not([multiple]):not([size]) {
266267}
267268
268269.toolbar {
269- min-height : 2 rem !important ;
270- max-height : 2 rem !important ;
270+ min-height : 3 rem !important ;
271+ max-height : 3 rem !important ;
271272}
272273
273274.toolbar-item {
607608 .drag {
608609 cursor : default;
609610 }
611+
610612 .toolbar {
611- min-height : 3 rem !important ;
612- max-height : 3 rem !important ;
613+ min-height : 4 rem !important ;
614+ max-height : 4 rem !important ;
613615 }
614616 .toolbar-item ,
615617 .toolbar-search {
616- padding : .5 rem ;
618+ padding : .8 rem ;
617619 }
618620}
You can’t perform that action at this time.
0 commit comments