mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 02:26:01 +01:00
New: Project Aphrodite
This commit is contained in:
16
frontend/src/Components/Table/VirtualTableHeaderCell.css
Normal file
16
frontend/src/Components/Table/VirtualTableHeaderCell.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user