Add #notifications-toolbar as selector where notifications are styled
This commit is contained in:
@@ -132,7 +132,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
|
|
||||||
/* This makes the tab notification box show immediately below tabs, otherwise it would break the layout */
|
/* This makes the tab notification box show immediately below tabs, otherwise it would break the layout */
|
||||||
#navigator-toolbox > div{ display: contents }
|
#navigator-toolbox > div{ display: contents }
|
||||||
:where(#titlebar,#navigator-toolbox > #TabsToolbar,#navigator-toolbox > #toolbar-menubar,#tab-notification-deck,.global-notificationbox){
|
:where(#titlebar,#navigator-toolbox > #TabsToolbar,#navigator-toolbox > #toolbar-menubar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
:root[BookmarksToolbarOverlapsBrowser] #navigator-toolbox{
|
:root[BookmarksToolbarOverlapsBrowser] #navigator-toolbox{
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ See the above repository for updates as well as full license text. */
|
|||||||
:root[uidensity="compact"]{ --uc-navbar-transform: -34px }
|
:root[uidensity="compact"]{ --uc-navbar-transform: -34px }
|
||||||
|
|
||||||
#navigator-toolbox > div{ display: contents; }
|
#navigator-toolbox > div{ display: contents; }
|
||||||
:root[sessionrestored] :where(#nav-bar,#PersonalToolbar,#tab-notification-deck,.global-notificationbox){
|
:root[sessionrestored] :where(#nav-bar,#PersonalToolbar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
|
||||||
transform: translateY(var(--uc-navbar-transform))
|
transform: translateY(var(--uc-navbar-transform))
|
||||||
}
|
}
|
||||||
:root:is([customizing],[chromehidden*="toolbar"]) :where(#nav-bar,#PersonalToolbar,#tab-notification-deck,.global-notificationbox){
|
:root:is([customizing],[chromehidden*="toolbar"]) :where(#nav-bar,#PersonalToolbar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
#toolbar-menubar,
|
#toolbar-menubar,
|
||||||
#PersonalToolbar,
|
#PersonalToolbar,
|
||||||
.global-notificationbox,
|
.global-notificationbox,
|
||||||
|
#notifications-toolbar,
|
||||||
#tab-notification-deck{
|
#tab-notification-deck{
|
||||||
grid-column: 1/3;
|
grid-column: 1/3;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
not -moz-pref("sidebar.verticalTabs"){
|
not -moz-pref("sidebar.verticalTabs"){
|
||||||
.global-notificationbox,
|
.global-notificationbox,
|
||||||
#tab-notification-deck,
|
#tab-notification-deck,
|
||||||
|
#notifications-toolbar,
|
||||||
#TabsToolbar{
|
#TabsToolbar{
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
#main-window > body > #browser,
|
#main-window > body > #browser,
|
||||||
.global-notificationbox,
|
.global-notificationbox,
|
||||||
#tab-notification-deck,
|
#tab-notification-deck,
|
||||||
|
#notifications-toolbar,
|
||||||
#toolbar-menubar{
|
#toolbar-menubar{
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,11 +14,13 @@ See the above repository for updates as well as full license text. */
|
|||||||
}
|
}
|
||||||
#PersonalToolbar,
|
#PersonalToolbar,
|
||||||
#tab-notification-deck,
|
#tab-notification-deck,
|
||||||
|
#notifications-toolbar,
|
||||||
.global-notificationbox,
|
.global-notificationbox,
|
||||||
#main-window:not([inDOMFullscreen]) > body > #browser{
|
#main-window:not([inDOMFullscreen]) > body > #browser{
|
||||||
margin-left: var(--uc-vertical-tabs-width);
|
margin-left: var(--uc-vertical-tabs-width);
|
||||||
}
|
}
|
||||||
#tab-notification-deck,
|
#tab-notification-deck,
|
||||||
|
#notifications-toolbar,
|
||||||
.global-notificationbox{
|
.global-notificationbox{
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
@@ -44,6 +46,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
@media (-moz-bool-pref: "userchrome.vertical-tabs.on-right.enabled"){
|
@media (-moz-bool-pref: "userchrome.vertical-tabs.on-right.enabled"){
|
||||||
#PersonalToolbar,
|
#PersonalToolbar,
|
||||||
#tab-notification-deck,
|
#tab-notification-deck,
|
||||||
|
#notifications-toolbar,
|
||||||
.global-notificationbox,
|
.global-notificationbox,
|
||||||
#main-window:not([inDOMFullscreen]) > body > #browser{
|
#main-window:not([inDOMFullscreen]) > body > #browser{
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user