Skip to content

Commit 37b8a5f

Browse files
committed
fixed: missing hide class in reader.css
1 parent cbc25f4 commit 37b8a5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/styles/reader.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
}
2929
}
3030

31+
.hide {
32+
display: none;
33+
}
34+
3135
.center {
3236
display: grid;
3337
place-items: center;

0 commit comments

Comments
 (0)