mirror of
https://github.com/Readarr/Readarr
synced 2025-12-30 12:13:55 +01:00
15 lines
208 B
CSS
15 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;
|
|
}
|