We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdc2cf commit aed7792Copy full SHA for aed7792
1 file changed
src/renderer/css/style.css
@@ -18,8 +18,14 @@ body nav {
18
position: fixed;
19
top: 0px;
20
z-index: 10;
21
- background-color: var(--card-background-color);
22
- box-shadow: var(--card-box-shadow);
+ background-color: var(--pico-card-background-color);
+ box-shadow: var(--pico-card-box-shadow);
23
+}
24
+
25
+/* Small gap between nav and content */
26
27
+body div.container-fluid {
28
+ margin-top: 4em;
29
}
30
31
/* Smaller margins on shortcut cards */
@@ -30,6 +36,12 @@ details {
36
padding-bottom: 0px;
37
32
38
39
+/* Full-width buttons */
40
41
+button {
42
+ width: 100%;
43
44
33
45
/* Code area */
34
46
35
47
textarea {
0 commit comments