mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
New: Project Aphrodite
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