mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
move group indicator to the left
This commit is contained in:
parent
72dcd86bf2
commit
935c65468f
2 changed files with 8 additions and 7 deletions
|
@ -4,18 +4,19 @@ tab-group[split-view-group] {
|
|||
padding: 2px 2px !important;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
&::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])){
|
||||
&:hover, &:has(> tab:is([visuallyselected], [multiselected])){
|
||||
&::after{
|
||||
width: 0;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue