Skip to content

Commit 5603710

Browse files
author
y
authored
fix print view: remove footer border + hide version
1 parent cac88a4 commit 5603710

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/print.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@
7979
}
8080

8181
footer {
82+
border: 0 none !important;
8283
/* padding: 0 !important; */
8384
/* margin: 0 !important; */
85+
& small#webapp-version {
86+
display: none !important;
87+
}
8488
}
8589

8690
.button-group,

0 commit comments

Comments
 (0)