This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfix-new-tab-trash-sync.css
63 lines (52 loc) · 1.7 KB
/
fix-new-tab-trash-sync.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#tabs-container:hover .toolbar-tabbar .newtab > button::after {
-webkit-mask-image: -webkit-linear-gradient(180deg, transparent 0, var(--colorBg) 25px);
padding-left: 0px !important;
min-width: 0px !important;
}
#tabs-container:hover .sync-and-trash-container .synced-tabs-button span::after,
#tabs-container:hover .sync-and-trash-container .toggle-trash button span::after {
-webkit-mask-image: -webkit-linear-gradient(180deg, transparent 0, var(--colorBg) 25px);
padding-left: 0px !important;
min-width: 0px !important;
width: 100%;
}
.toolbar-tabbar .newtab > button {
justify-content: flex-start;
}
.toolbar-tabbar.sync-and-trash-container.narrow {
flex-direction: row !important;
}
#tabs-container > div.toolbar.toolbar-tabbar.sync-and-trash-container > div.button-toolbar.synced-tabs-button > button,
#tabs-container > div.toolbar.toolbar-tabbar.sync-and-trash-container > div.button-toolbar.toggle-trash > button {
width: 100%;
justify-content: flex-start;
}
#tabs-container .button-toolbar > button > span {
gap: 6px;
justify-content: flex-start;
flex-direction: row;
width: 100%;
}
#tabs-container .button-toolbar > button:active {
transform-origin: center left;
}
.sync-and-trash-container {
padding: 10px !important;
background-color: var(--colorBg) !important;
}
.tab-strip {
overflow-x: hidden !important;
}
.sync-and-trash-container .synced-tabs-button button span svg,
.sync-and-trash-container .toggle-trash button span svg {
min-height: 29px;
min-width: 28px;
}
.toggle-trash {
display: block;
width: 100%;
margin-bottom: -2px;
}
.tab-position > .tab > .tab-header > .favicon {
min-width: 20px !important;
}