This repository has been archived on 2025-05-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
SplatunesNetwork/assets/index.css
mctaylors e30f1a8478
Add back button, update filename display
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2024-03-15 00:10:12 +03:00

30 lines
No EOL
358 B
CSS

body {
display: grid;
}
.card {
display: flex;
width: 600px;
max-width: 95vw;
}
.card > img {
margin: 4px;
width: 48px;
height: 48px;
border-radius: 12px;
}
.card > .button {
width: 32px;
height: 32px;
margin: 12px auto;
}
.content > .title {
font-weight: bold;
}
.content > .duration {
color: #aaa;
}