-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (112 loc) · 2.11 KB
/
Copy pathstyle.css
File metadata and controls
114 lines (112 loc) · 2.11 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
window.Bar {
font-family: "JetBrains Mono";
background: transparent;
color: #1e1e2e;
font-weight: bold;
}
window.Bar > centerbox {
background: transparent;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border-radius: 10px;
margin-top: 8px;
margin-bottom: 8px;
}
window.Bar button {
border-radius: 8px;
margin-right: 4px;
margin-left: 4px;
background: white;
padding: 3px;
border: none;
color: black;
}
window.Bar .active-workspace {
margin: 0px;
background: #212121;
border-style: solid;
border-color: white;
color: white;
}
window.Bar .active-workspace-button {
margin: 0px;
background: #212121;
border-style: solid;
border-width: 2px;
border-color: white;
border-top: none;
border-left: none;
border-right: none;
color: white;
}
window.Bar .active-client {
margin: 0px;
background: #212121;
border-style: solid;
border-width: 2px;
border-top: none;
border-left: none;
border-right: none;
border-color: white;
color: white;
}
window.Bar .workspaces {
margin-left: 6px;
margin-right: 6px;
}
window.Bar .workspaces button {
margin-left: 2px;
margin-right: 2px;
}
window.Bar .workspaces label {
padding: 0px;
}
window.Bar .distro-module {
padding-left: 10px;
padding-right: 14px;
}
window.Bar .media-module box {
margin-right: 10px;
margin-left: 4px;
}
box.MediaPlayer {
padding: 0.6rem;
background-color: @theme_bg_color;
}
box.MediaPlayer box.cover-art {
min-width: 120px;
min-height: 120px;
border-radius: 9px;
margin-right: 0.6rem;
background-size: contain;
background-position: center;
}
box.MediaPlayer box.title label {
font-weight: bold;
font-size: 1.1em;
}
box.MediaPlayer scale {
padding: 0;
margin: 0.4rem 0;
}
box.MediaPlayer scale trough {
min-height: 8px;
}
box.MediaPlayer scale highlight {
background-color: @theme_fg_color;
}
box.MediaPlayer scale slider {
all: unset;
}
box.MediaPlayer centerbox.actions {
min-width: 220px;
}
box.MediaPlayer centerbox.actions button {
min-width: 0;
min-height: 0;
padding: 0.4rem;
margin: 0 0.2rem;
}
/*# sourceMappingURL=style.css.map */