Merge branch 'master' of github.com:ornicar/lila

* 'master' of github.com:ornicar/lila:
  lobby/css: Tweak mobile table some more
  Hide Streamer and Blog likes notifications for kids
crosstable3
Thibault Duplessis 2021-09-18 07:40:04 +02:00
commit 41ca4a57ea
3 changed files with 14 additions and 16 deletions

View File

@ -176,10 +176,10 @@ package timeline {
case class BlogPost(id: String, slug: String, title: String) extends Atom("blogPost", true) {
def userIds = Nil
}
case class UblogPostLike(userId: String, id: String, title: String) extends Atom("ublogPostLike", true) {
case class UblogPostLike(userId: String, id: String, title: String) extends Atom("ublogPostLike", false) {
def userIds = List(userId)
}
case class StreamStart(id: String, name: String) extends Atom("streamStart", true) {
case class StreamStart(id: String, name: String) extends Atom("streamStart", false) {
def userIds = List(id)
}

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;
}
}
}