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