Fix printing under chrome and firefox

This commit is contained in:
Claude Brisson
2024-04-10 16:37:42 +02:00
parent 2d62f3831a
commit f155c5340e
3 changed files with 33 additions and 16 deletions

View File

@@ -506,6 +506,7 @@
width: unset;
height: unset;
font-size: 0.65em;
overflow: visible;
}
.roundbox {
@@ -563,10 +564,6 @@
}
}
.circular.label {
transform: scale(0.7);
}
#pairing-right {
max-width: unset !important;
}
@@ -644,17 +641,23 @@
.player {
color: black !important;
}
.ui.red.circular.label {
background-color: white;
color: white;
border-color: black;
text-decoration: solid line-through black;
}
.ui.green.circular.label {
background-color: white;
color: black;
border-color: black;
.participation .ui.label {
background: none;
border: none;
font-weight: bold;
min-width: unset;
&.red {
color: rgba(0,0,0,0);
text-decoration: solid line-through black;
}
&.green {
color: black;
}
}
table tr td, table tr th { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
}
}