-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVivaldi-custom-UI.css.disabled
More file actions
93 lines (92 loc) · 1.79 KB
/
Vivaldi-custom-UI.css.disabled
File metadata and controls
93 lines (92 loc) · 1.79 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*Mod to increase tab icons*/
#tabs-tabbar-container,
#tabs-container,
.tab-strip,
.tabbar-workspace-button {
min-width: 40px !important;
max-width: 140px !important;
}
.tab-position {
height: 40px !important;
position: relative;
--PositionY: 0px !important;
}
.newtab {
top: 0px !important;
left: 2px !important;
}
.tab-position .tab {
padding: 2px;
}
.tab-position .tab .tab-header {
padding: 5px;
flex-basis: 40px !important;
}
.tab-position .tab .favicon {
min-width: 26px !important;
min-height: 26px !important;
}
.tab-position .tab .favicon > img,
.tab-position .tab .favicon svg {
width: 24px !important;
height: 24px !important;
}
.tab-position .tab .title {
margin-left: 3px;
}
.tab-position .tab .progress-indicator {
right: 3px;
bottom: 1px;
left: 3px;
}
#tabs-container .button-toolbar > button {
width: 36px;
height: 36px;
}
#tabs-container .sync-and-trash-container .button-toolbar > button svg,
#switch .addwebpanel-wrapper > button svg,
#switch > button svg {
-webkit-transform: scale(1.25);
}
#switch {
min-width: 40px;
}
#switch > button,
#switch .addwebpanel-wrapper > button {
position: relative;
top: 0 !important;
width: 40px;
height: 40px;
}
.panel-group {
right: 40px !important;
}
#switch button.webviewbtn img {
width: 24px;
height: 24px;
}
.tabs-left .svg-tab-stack{
width: 33px !important;
height: 40px !important;
}
#tabs-tabbar-container.visible{
min-width: 65px;
}
#tabs-subcontainer.left{
box-shadow: 1px 0 rgba(128, 128, 128, 0.5) inset, -1px 0 rgba(128, 128, 128, 0.5) inset;
}
.tabbar-wrapper{
left: -2px;
}
#tabs-subcontainer.visible {
min-width: 40px;
}
.SlideBar--FullHeight {
right: -2px;
}
.tab-position .tab-header .title {
display: none !important;
}
.tab-position .tab .stack-counter {
margin-left: 11px;
}