forked from ddVital/panel-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
83 lines (71 loc) · 1.45 KB
/
stylesheet.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* Add smooth transition for opacity changes */
#panel {
transition-duration: 200ms;
transition-property: background-color;
}
/* Reduce padding/margins in the panel */
.panel-button {
-natural-hpadding: 6px;
-minimum-hpadding: 4px;
padding: 2px 0;
/* background: red; */
}
/* Specifically target the status area */
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
spacing: 0px;
margin: 0;
gap: 0;
padding: 0px;
}
/* Quick settings and notification area spacing */
.status-menu-aggregate {
spacing: 0px;
margin: 0;
gap: 0;
padding: auto 0;
}
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
/* background-color: red; */
spacing: 0px;
margin: 0;
gap: 0;
}
#panel .panel-button .app-menu-icon {
-st-icon-style: symbolic;
margin-left: 4px;
margin-right: 4px;
}
#panel .panel-button .system-status-icon {
icon-size: 1.02em;
padding: 0 8px;
}
.clock-display-box {
/* background-color: greenyellow; */
padding: 0px;
margin: 0px;
spacing: 0;
gap: 0;
}
#panelLeft {
margin-left: 24px;
}
#panel .panel-button.clock-display {
box-shadow: none;
margin: 0;
padding: 0;
margin-right: 24px;
}
#panel .panel-button.clock-display .clock {
padding: 0;
}
.panel-button-text {
margin: 0 8px;
}
.popup-menu-item {
/* spacing: 12px; */
}
.popup-menu-item:active {
background-color: rgba(238, 238, 238, 0.1);
}