feat(app): add option to download raw svg

This commit is contained in:
rektdeckard
2023-08-21 00:50:46 -06:00
parent 2fc3263cdc
commit 358ad08165
3 changed files with 27 additions and 3 deletions

View File

@@ -212,8 +212,9 @@ figcaption > p {
align-items: center;
justify-content: flex-start; */
display: inline-grid;
grid-template-columns: 66px 66px 92px;
gap: 6px;
grid-template-columns: 1fr 1fr;
max-height: 60px;
/* gap: 6px; */
}
.action-button {
@@ -255,6 +256,10 @@ figcaption > p {
margin-inline: -10px;
border-radius: 0;
}
.detail-actions {
display: inline-flex;
}
}
@media screen and (max-width: 536px) {