Fix: Sidebar beim Drucken ausblenden
This commit is contained in:
parent
c983750dcd
commit
65c36062fa
1 changed files with 6 additions and 0 deletions
|
|
@ -133,6 +133,12 @@
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
aside { display: none !important; }
|
||||||
|
:global(.shell) { display: block !important; }
|
||||||
|
main { padding: 0 !important; overflow: visible !important; }
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
.shell { flex-direction: column; }
|
.shell { flex-direction: column; }
|
||||||
aside {
|
aside {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue