mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
7 lines
148 B
CSS
7 lines
148 B
CSS
.languages {
|
|
margin-top: 10px;
|
|
/* TODO: This should consider the number of languages in the list */
|
|
min-height: 550px;
|
|
user-select: none;
|
|
}
|