mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07: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;
|
|
}
|