Skip to content

Commit

Permalink
feat: 顶部操作栏自适应换行 (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aybrea authored Dec 8, 2024
1 parent 485dc3a commit 57fb28d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sass/cherry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@
.cherry-toolbar {
position: relative;
display: flex;
// align-items: center;
align-items: baseline;
justify-content: space-between;
padding: 0 20px;
height: $toolbarHeight;
min-height: $toolbarHeight;
font-size: $toolbarFontSize;
line-height: 2.8;
flex-basis: 100%;
Expand Down Expand Up @@ -237,12 +237,12 @@
.toolbar-right {
display: flex;
align-items: center;
height: $toolbarHeight;
overflow: hidden;
min-height: $toolbarHeight;
flex-wrap: wrap;
flex: 1;
}

.toolbar-left {
flex: 0 0 auto;
margin-right: 20px;
}

Expand Down

0 comments on commit 57fb28d

Please sign in to comment.