mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-28 18:05:41 -04:00
16 lines
208 B
CSS
16 lines
208 B
CSS
.item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.isSelected {
|
|
visibility: visible;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.isNotSelected {
|
|
visibility: hidden;
|
|
margin-left: 20px;
|
|
}
|