fix(2054): add queue item title max width for mobile

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
This commit is contained in:
tobifroe 2023-03-19 09:17:22 +01:00 committed by Kasper Seweryn
parent 78fa52e103
commit fe01521c72
1 changed files with 6 additions and 0 deletions

View File

@ -463,6 +463,12 @@
align-items: center;
}
.title.ellipsis {
@include media("<tablet") {
max-width: 35vw;
}
}
// NOTE: Taken from semantic ui
&.active {
background: #E0E0E0;