move group indicator to the left

This commit is contained in:
tobinio 2025-05-16 17:59:56 +02:00
parent 72dcd86bf2
commit 935c65468f
2 changed files with 8 additions and 7 deletions

View file

@ -6,13 +6,14 @@ tab-group[split-view-group] {
&::after {
content: '';
width: 1px;
width: 3px;
height: calc(100% - 8px);
background-color: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2));
background-color: var(--tab-selected-bgcolor);
position: absolute;
right: 0;
left: 2px;
top: 50%;
transform: translateY(-50%);
border-radius: 2px
}
&:hover, &:has(> tab:is([visuallyselected], [multiselected])){

View file

@ -7,8 +7,8 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c2bec61-7f6c-4e5c-bdc6-c9ad1aba1827/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c2bec61-7f6c-4e5c-bdc6-c9ad1aba1827/image.png",
"author": "ToBinio",
"version": "1.0.0",
"version": "1.1.0",
"tags": [],
"createdAt": "2025-03-11",
"updatedAt": "2025-03-31"
"updatedAt": "2025-05-16"
}