mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-15 21:05:43 -04:00
7 lines
112 B
CSS
7 lines
112 B
CSS
.separator {
|
|
overflow: hidden;
|
|
min-height: 1px;
|
|
height: 1px;
|
|
background-color: var(--themeDarkColor);
|
|
}
|