mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 15:21:53 +00:00
Fixed split tab group favicon missaligned (closes https://github.com/zen-browser/desktop/issues/6962)
This commit is contained in:
@@ -61,9 +61,11 @@ tab-group[split-view-group] {
|
|||||||
|
|
||||||
& .tab-content {
|
& .tab-content {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
:root[zen-sidebar-expanded='true'] & {
|
||||||
justify-content: unset !important;
|
justify-content: unset !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:has(> tab:is([visuallyselected], [multiselected])) {
|
&:has(> tab:is([visuallyselected], [multiselected])) {
|
||||||
background-color: var(--tab-selected-bgcolor);
|
background-color: var(--tab-selected-bgcolor);
|
||||||
|
Reference in New Issue
Block a user