Small tweaks to item copy modal.

This commit is contained in:
mateuswetah 2023-06-28 09:53:57 -03:00
parent 4dbbf3ab2f
commit 515ae7c324
2 changed files with 7 additions and 1 deletions

View File

@ -226,5 +226,11 @@
margin-top: 12px;
}
@media screen and (min-width: 769px) {
.modal-card {
max-width: 640px;
}
}
</style>

View File

@ -124,7 +124,7 @@
.modal-card {
background-color: var(--tainacan-background-color);
color: var(--tainacan-secondary);
border-radius: 10px;
border-radius: 6px;
flex-wrap: wrap;
flex-direction: row;
padding: 35px;