mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Initial Commit Rework
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.isSelected {
|
||||
visibility: visible;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.isNotSelected {
|
||||
visibility: hidden;
|
||||
margin-left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user