mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
New: Project Aphrodite
This commit is contained in:
16
frontend/src/Components/Table/TableHeaderCell.css
Normal file
16
frontend/src/Components/Table/TableHeaderCell.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