mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
16 lines
239 B
CSS
16 lines
239 B
CSS
.headerCell {
|
|
padding: 8px;
|
|
border: none !important;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sortIcon {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
@media only screen and (max-width: $breakpointSmall) {
|
|
.headerCell {
|
|
white-space: nowrap;
|
|
}
|
|
}
|