lazy-player/lazy_player/style.css

27 lines
408 B
CSS
Raw Normal View History

2025-03-08 20:02:44 +01:00
listview > row {
padding: 8px;
2025-03-08 22:32:47 +01:00
font-size: 24px;
2025-03-08 20:02:44 +01:00
font-family: monospace;
}
2025-03-08 21:14:30 +01:00
2025-03-08 23:34:19 +01:00
.file-icon {
min-width: 32px;
min-height: 32px;
margin-right: 8px;
border: 1px solid #666;
}
2025-03-08 21:14:30 +01:00
#black-overlay {
background-color: black;
}
2025-03-08 21:51:44 +01:00
#overlay-text {
color: white;
2025-03-08 22:32:47 +01:00
font-size: 24px;
2025-03-08 21:51:44 +01:00
font-family: monospace;
background-color: rgba(64, 64, 64, 0.25);
2025-03-08 22:32:47 +01:00
padding: 24px;
border-radius: 8px;
margin: 32px;
2025-03-08 21:51:44 +01:00
}