Last active
October 6, 2023 03:28
-
-
Save kuanyui/83c41e09ff68c6e3b6a6d5d872240cee to your computer and use it in GitHub Desktop.
Firefox のツリー型タブ(WebExtension の TreeStyleTab)のユーザースタイルシートのため。フォントを少し小さくする。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root.sidebar * { | |
font-size: 12px; | |
} | |
:root { | |
--favicon-size: 14px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment