From 348d53f14b62adc2b2514ce8fed991276cdebca5 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 14 May 2021 10:31:53 +0900 Subject: [PATCH] Add: Panel - Sync subview Both to right layout --- userChrome.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 396e8d3..be0d227 100644 --- a/userChrome.css +++ b/userChrome.css @@ -374,7 +374,7 @@ #fxa-menu-avatar { display: -moz-inline-box !important; margin-inline-end: var(--arrowpanel-menuitem-padding); - -moz-box-ordinal-group: 1 !important; + -moz-box-ordinal-group: 2 !important; } */ /* Text to Right @@ -382,6 +382,16 @@ display: -moz-inline-box !important; margin-inline-end: var(--arrowpanel-menuitem-padding); } + #fxa-menu-header-title, #fxa-menu-header-description { + text-align: right; + } + */ + /* Image, Text to Right + #fxa-menu-avatar { + display: -moz-inline-box !important; + margin-inline-end: var(--arrowpanel-menuitem-padding); + -moz-box-ordinal-group: 2 !important; + } #fxa-menu-header-title, #fxa-menu-header-description { text-align: right; }