lobby/css: Tweak mobile table some more

pull/9828/head
Benedikt Werner 2021-09-17 08:45:23 +02:00
parent 554a57ccf4
commit a647cc6a72
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
2 changed files with 12 additions and 14 deletions

View File

@ -76,11 +76,15 @@
}
}
.lreal_time,
.lseeks .hooks__list {
@include breakpoint($mq-not-xx-small) {
@include breakpoint($mq-not-xx-small) {
.lreal_time,
.lseeks .hooks__list {
font-size: 0.9em;
}
.lobby__app .toggle {
padding: 0.4em;
}
}
.hook__filters {

View File

@ -38,7 +38,7 @@
th {
@extend %roboto;
padding: 1em;
padding: 1em 0.7em;
&.sortable {
cursor: pointer;
@ -60,12 +60,12 @@
}
@include breakpoint($mq-not-xx-small) {
&:nth-child(2) {
max-width: 7ch;
padding: 1em 0.4em;
&:nth-child(3) {
max-width: 13vw;
direction: rtl;
text-align: left;
padding-right: 0;
padding-left: 0;
}
}
}
@ -109,12 +109,6 @@
@include ellipsis;
max-width: 25vw;
}
// rated/casual
&:last-child {
@include ellipsis;
max-width: 10vw;
}
}
}