-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvivaldi.css
More file actions
67 lines (52 loc) · 1.13 KB
/
vivaldi.css
File metadata and controls
67 lines (52 loc) · 1.13 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
:root,
body,
* {
/* font-family: "Iosvmata" !important; */
--k-width: 30px;
}
.inner {
position: relative;
}
.inner>.tabbar-wrapper {
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
/* We only care about left bar */
#tabs-tabbar-container.left {
min-width: var(--k-width) !important;
width: var(--k-width) !important;
height: 100%;
transition: width 150ms;
&:hover {
width: 150px !important;
}
.tab-strip {
&>span {
width: var(--k-width) !important;
display: block;
}
}
.tab-position {
background-color: var(--colorBg) !important;
.tab {
border-width: 0px !important;
padding-left: 0px !important;
}
}
/* fuck off with the resize bar*/
.SlideBar.SlideBar--FullHeight {
display: none;
}
.button-toolbar.newtab {
width: var(--k-width) !important;
left: 0 !important;
}
}
#tabs-container>div>div.toolbar.toolbar-tabbar.sync-and-trash-container.left.narrow {
display: none;
}
:not(:empty) + #webview-container {
left: 30px;
}