mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-02-23 19:10:09 +01:00
10 lines
91 B
CSS
10 lines
91 B
CSS
![]() |
.template {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#prints {
|
||
|
min-width: 400px;
|
||
|
}
|
||
|
.print {
|
||
|
white-space: pre;
|
||
|
}
|