1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-02-23 19:10:09 +01:00
CanvasBlocker/pageAction/pageAction.css

10 lines
91 B
CSS
Raw Normal View History

.template {
display: none;
}
#prints {
min-width: 400px;
}
.print {
white-space: pre;
}