-
Notifications
You must be signed in to change notification settings - Fork 0
/
vivaldi_ui.css
54 lines (41 loc) · 1.06 KB
/
vivaldi_ui.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
/*
.toolbar-addressbar .addressfield,
.toolbar-addressbar .addressfield + .toolbar-extensions:first-child,
.toolbar-addressbar .searchfield ~ *,
.toolbar-addressbar .addressfield + .profile-popup,
.toolbar-addressbar .addressfield + .profile-popup ~ *,
.toolbar-addressbar .addressfield + .toolbar-extensions {
order: 1;
}*/
.toolbar-addressbar .addressfield .toolbar-extensions:first-child{
margin-left: 50px; margin-right: 100px;
background: red;
}
.searchfield {
order: 3;
flex-basis: 300px !important;/* you took this code from a Vivaldi forum post and adjusted the pixel width; don't know what "important" refers to */
}
.extensions-wrapper {
order: 4;
}
.tab-strip{
overflow-x: scroll;
overflow-y: hidden;
-webkit-app-region: no-drag;
}
#tabs-container{
min-height: 40px;
}
#tabs-tabbar-container{
height: unset !important;
}
.newtab{
/*native window:*/
top: 0px !important;
/*non-native window:*/
/* top:20px !important;*/
position: fixed !important;
right: 30px !important;
left: unset !important;
z-index: 9999 !important;
}