dashboard: print

This commit is contained in:
nobohan
2021-09-30 12:16:14 +02:00
parent b28af2d1e6
commit a3967b3c17
2 changed files with 12 additions and 0 deletions

View File

@@ -40,4 +40,9 @@ footer div.logo img {
footer div.logo img {
height: 60px;
}
}
@media print {
footer > div:first-child {
display: none!important;
}
}