Skip to content

Commit

Permalink
control toolbar size
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jan 25, 2025
1 parent e640ee3 commit 6f8b0cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ opacity: 0.3 !important;
width: 3vw !important;
min-height: 25px;
min-width: 25px;
max-height: 36px;
max-width: 36px;

}

ul.tools>li.handler {
Expand All @@ -282,6 +285,7 @@ opacity: 0.3 !important;

ul.tools{
height: 3vw !important;
max-height: 36px;
}

.material-icons.md-24 {
Expand Down

0 comments on commit 6f8b0cc

Please sign in to comment.