Skip to content

Commit aed7792

Browse files
committed
Fix breaking changed from picocss v2
1 parent 9cdc2cf commit aed7792

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

src/renderer/css/style.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ body nav {
1818
position: fixed;
1919
top: 0px;
2020
z-index: 10;
21-
background-color: var(--card-background-color);
22-
box-shadow: var(--card-box-shadow);
21+
background-color: var(--pico-card-background-color);
22+
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;
2329
}
2430

2531
/* Smaller margins on shortcut cards */
@@ -30,6 +36,12 @@ details {
3036
padding-bottom: 0px;
3137
}
3238

39+
/* Full-width buttons */
40+
41+
button {
42+
width: 100%;
43+
}
44+
3345
/* Code area */
3446

3547
textarea {

0 commit comments

Comments
 (0)