mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
Initial Commit Rework
This commit is contained in:
14
frontend/src/Components/Table/VirtualTableRow.css
Normal file
14
frontend/src/Components/Table/VirtualTableRow.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.row {
|
||||
display: flex;
|
||||
transition: background-color 500ms;
|
||||
|
||||
&:hover {
|
||||
background-color: #fafbfc;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointMedium) {
|
||||
.row {
|
||||
overflow-x: visible !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user