mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Panel - Sync subview Both to right layout
This commit is contained in:
parent
b88d62777c
commit
348d53f14b
1 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue