Skip to content

Commit

Permalink
Tabbar: Fix close button size
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Mar 19, 2023
1 parent 6b628f7 commit de1ce8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tabbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ div.tab-row-widget:before {

.note-tab-close {
position: relative;
width: 16px;
height: 16px;
width: 18px;
height: 18px;
background: var(--breeze-tabbar-close-normal-background);
line-height: 1;
font-size: 18px;
flex: unset !important;

&::before {
color: var(--breeze-tabbar-close-foreground) !important;
Expand Down

0 comments on commit de1ce8f

Please sign in to comment.