Skip to content

Commit

Permalink
via-the-not-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
THEb0nny committed Nov 3, 2023
1 parent 1a32597 commit d0a5d80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/themes/pxt/collections/menu.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
background: @invertedBackground;
}

#mainmenu > .menu > .ui.item:hover > .icon:not(.exit-debugmode-btn) {
transform: scale(1.2);
}

@media only screen and (max-width: @largestMobileScreen) {
.menubar .left.menu > .item.icon:not(.logo), .menubar .right.menu > .item.icon:not(.logo) {
width: 48px;
Expand Down

0 comments on commit d0a5d80

Please sign in to comment.