Fix: Library - Content's menu paading & arrow at linux #236

This commit is contained in:
alstjr7375 2021-11-30 19:51:06 +09:00
parent a7453881b5
commit 6d827a9d1e

View file

@ -1714,6 +1714,17 @@
}
@media (-moz-gtk-csd-available) {
/*= Layout Fixes =========================================================*/
menupopup menu {
padding-block: 4px;
}
.menu-right {
width: 16px !important; /* Original: 1ex */
background-image: url("chrome://global/skin/icons/arrow-right.svg");
background-position: right center;
}
/*= Proton ===============================================================*/
:root {
--organizer-color: -moz-DialogText;