mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 17:54:14 +01:00
Fixed: Displaying Import List Exclusion actions on mobile
This commit is contained in:
parent
a0ab224acd
commit
9d5cdebdb2
2 changed files with 6 additions and 6 deletions
|
|
@ -8,11 +8,13 @@
|
|||
}
|
||||
|
||||
.name {
|
||||
flex: 1 0 600px;
|
||||
@add-mixin truncate;
|
||||
|
||||
flex: 0 1 600px;
|
||||
}
|
||||
|
||||
.foreignId {
|
||||
flex: 0 0 200px;
|
||||
flex: 0 0 100px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
|
|
|||
|
|
@ -5,13 +5,11 @@
|
|||
}
|
||||
|
||||
.name {
|
||||
@add-mixin truncate;
|
||||
|
||||
flex: 1 0 600px;
|
||||
flex: 0 1 600px;
|
||||
}
|
||||
|
||||
.foreignId {
|
||||
flex: 0 0 200px;
|
||||
flex: 0 0 100px;
|
||||
}
|
||||
|
||||
.addImportListExclusion {
|
||||
|
|
|
|||
Loading…
Reference in a new issue