Fix: Rounding - Screenshot buttons #640

This commit is contained in:
alstjr7375 2023-09-17 01:51:50 +09:00
parent 8a60903a05
commit 6d2cfe210e
3 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,10 @@
@include Option("userChrome.rounding.square_button") {
// #firefox-screenshots-selection-iframe
.all-buttons-container,
.highlight-buttons > button,
.cancel-shot,
// Video player
#pictureInPictureToggle > .pip-small {
border-radius: 0 !important;
}