A few responsive fixes

This commit is contained in:
Claude Brisson
2024-02-17 21:30:39 +01:00
parent 884d7784cd
commit 27e11d9104
2 changed files with 20 additions and 14 deletions

View File

@@ -277,9 +277,7 @@
}
.result-sheets {
position: absolute;
bottom: 1em;
left: 1em;
margin-top: 0.2em;
}
/* results section */
@@ -350,8 +348,8 @@
}
}
@media( max-width: 1400px) {
.ui.steps > .step {
@media(max-width: 1400px) {
.ui.steps > .step:not(.active) {
padding-left: 1.2em;
padding-right: 0.8em;
&::before {
@@ -362,4 +360,10 @@
}
}
}
@media(max-width: 750px) {
#logo {
display: none;
}
}
}

View File

@@ -52,6 +52,7 @@
Renumber
</button>
</div>
<div>
<div id="paired" class="multi-select" title="white vs. black">
#foreach($game in $games)
#set($white = $pmap[$game.w])
@@ -65,10 +66,11 @@
</div>
#end
</div>
</div>
</div>
</div>
<div class="result-sheets"><a href="result-sheets?id=${tour.id}&round=${round}" target="_blank" class="ui mini floating icon button">result sheets <i class="fa fa-external-link"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<div id="edit-pairing" class="popup">