mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-09 02:40:21 +00:00
feat(ui): modernize desktop interactions
This commit is contained in:
@@ -1491,6 +1491,18 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
html[data-list-density="compact"] .download-row,
|
||||
html[data-list-density="compact"] .download-ghost-row {
|
||||
height: 26px;
|
||||
margin-block: 1px;
|
||||
}
|
||||
|
||||
html[data-list-density="relaxed"] .download-row,
|
||||
html[data-list-density="relaxed"] .download-ghost-row {
|
||||
height: 40px;
|
||||
margin-block: 3px;
|
||||
}
|
||||
|
||||
.download-row > div {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user