We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485dc3a commit 57fb28dCopy full SHA for 57fb28d
src/sass/cherry.scss
@@ -184,10 +184,10 @@
184
.cherry-toolbar {
185
position: relative;
186
display: flex;
187
- // align-items: center;
+ align-items: baseline;
188
justify-content: space-between;
189
padding: 0 20px;
190
- height: $toolbarHeight;
+ min-height: $toolbarHeight;
191
font-size: $toolbarFontSize;
192
line-height: 2.8;
193
flex-basis: 100%;
@@ -237,12 +237,12 @@
237
.toolbar-right {
238
239
align-items: center;
240
241
- overflow: hidden;
+ flex-wrap: wrap;
242
+ flex: 1;
243
}
244
245
.toolbar-left {
- flex: 0 0 auto;
246
margin-right: 20px;
247
248
0 commit comments