Increse mobile lobby font size again whithough overflowing

pull/9822/head
Benedikt Werner 2021-09-16 10:26:47 +02:00
parent 24dc40cd0d
commit 240b337fce
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
3 changed files with 48 additions and 2 deletions

View File

@ -79,7 +79,7 @@
.lreal_time, .lreal_time,
.lseeks .hooks__list { .lseeks .hooks__list {
@include breakpoint($mq-not-xx-small) { @include breakpoint($mq-not-xx-small) {
font-size: 0.7em; font-size: 0.9em;
} }
} }

View File

@ -72,7 +72,23 @@
text-align: right; text-align: right;
button { button {
margin-left: .3em; margin-left: 0.3em;
}
}
@include breakpoint($mq-not-xx-small) {
padding: $block-gap 1em;
td {
max-width: 50vw;
}
td:first-child {
margin-right: 1rem;
}
tr.variant .checkable {
width: 50%;
} }
} }
} }

View File

@ -58,6 +58,16 @@
&.player { &.player {
width: 110px; width: 110px;
} }
@include breakpoint($mq-not-xx-small) {
&:nth-child(2) {
max-width: 7ch;
direction: rtl;
text-align: left;
padding-right: 0;
padding-left: 0;
}
}
} }
td { td {
@ -86,6 +96,26 @@
::before { ::before {
opacity: 0.6; opacity: 0.6;
} }
@include breakpoint($mq-not-xx-small) {
padding: 0.5em 0.4em;
&:first-child {
padding-left: 0.7em;
}
// player name
&:nth-child(2) {
@include elipsis;
max-width: 25vw;
}
// rated/casual
&:last-child {
@include elipsis;
max-width: 10vw;
}
}
} }
tbody.stepping { tbody.stepping {