fix mobile backup-grid-row layout

This commit is contained in:
simon 2021-12-14 19:15:29 +07:00
parent f49895917a
commit 275cf1263b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 9 additions and 0 deletions

View File

@ -1048,6 +1048,15 @@ button:hover {
.dl-desc {
padding: 15px;
}
.backup-grid-row {
display: flex;
flex-wrap: wrap;
padding: 10px 0;
justify-content: center;
}
.backup-grid-row span {
padding: 5px 0;
}
.playlist-nav {
display: block;
grid-template-columns: unset;