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:
parent
78fa52e103
commit
fe01521c72
|
@ -463,6 +463,12 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.title.ellipsis {
|
||||
@include media("<tablet") {
|
||||
max-width: 35vw;
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: Taken from semantic ui
|
||||
&.active {
|
||||
background: #E0E0E0;
|
||||
|
|
Loading…
Reference in New Issue