Skip to content

Commit

Permalink
Margin bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
walm-git authored Nov 16, 2024
1 parent 27e8f91 commit b31da9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
}
/* Fix margin while in fullscreen */
:root[inFullscreen] #PersonalToolbar {
margin-bottom: auto !important;
margin-bottom: auto;
}
}
}

0 comments on commit b31da9f

Please sign in to comment.