mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-18 17:38:46 +01:00
10 lines
91 B
CSS
10 lines
91 B
CSS
.template {
|
|
display: none;
|
|
}
|
|
|
|
#prints {
|
|
min-width: 400px;
|
|
}
|
|
.print {
|
|
white-space: pre;
|
|
} |