commit a8a4dc33ee64c555670c9dc8c29ec1c976a7b116
parent e2fa12eee240c488a3fc331e6f7b75a0dba53451
Author: Matsuda Kenji <info@mtkn.jp>
Date: Tue, 13 Dec 2022 09:33:30 +0900
change layout
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/firefox/userChrome.css b/firefox/userChrome.css
@@ -14,13 +14,15 @@
#navigator-toolbox:hover,
#navigator-toolbox:focus-within {
+ overflow: visible;
display: flex;
+ direction: rtl;
}
#titlebar {
flex: 1;
display: flex;
- direction: rtl;
+ direction: ltr;
}
#toolbar-menubar {
flex: 1;
@@ -36,8 +38,10 @@
#nav-bar {
flex: 1;
+ direction: ltr;
}
#PersonalToolbar {
flex: 1;
+ direction: ltr;
}