Skip to content

Commit 38963a8

Browse files
committed
enlarge toolbar
1 parent 10f9a88 commit 38963a8

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/assets/stylesheets/app.css

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ select.form-control:not([multiple]):not([size]) {
111111
}
112112

113113
.icon {
114-
height: 1rem;
115-
width: 1rem;
114+
height: 1.2rem;
115+
width: 1.2rem;
116116
display: inline-block;
117117
line-height: 1;
118118
}
119119

120120
.icon > svg , .icon > img {
121-
width: 1rem;
122-
height: 1rem;
123-
vertical-align: top;
121+
width: 1.2rem;
122+
height: 1.2rem;
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: 2rem !important;
270-
max-height: 2rem !important;
270+
min-height: 3rem !important;
271+
max-height: 3rem !important;
271272
}
272273

273274
.toolbar-item {
@@ -607,12 +608,13 @@ a,
607608
.drag {
608609
cursor: default;
609610
}
611+
610612
.toolbar {
611-
min-height: 3rem !important;
612-
max-height: 3rem !important;
613+
min-height: 4rem !important;
614+
max-height: 4rem !important;
613615
}
614616
.toolbar-item,
615617
.toolbar-search {
616-
padding: .5rem;
618+
padding: .8rem;
617619
}
618620
}

0 commit comments

Comments
 (0)