Popup for touch devices

This commit is contained in:
Claude Brisson
2024-08-03 16:07:28 +02:00
parent c9a51fdf57
commit 01a6e05e73
4 changed files with 44 additions and 1 deletions

View File

@@ -405,6 +405,14 @@
margin-top: 0.2em;
}
.bottom-pairing-actions {
margin-top: 0.2em;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
gap: 0.2em;
}
.tables-exclusion {
margin-top: 0.2em;
}
@@ -476,6 +484,19 @@
max-width: 95vw;
}
td.game-result {
position: relative;
.title-popup {
position: absolute;
top: 90%;
background: silver;
padding: 4px;
left: 10%;
white-space: nowrap;
z-index: 2;
}
}
.ui.steps {
margin-top: 0.2em;
.step {