Attachment Modal: Use bigger icons on mobile (#2918)

This commit is contained in:
Alexander Zinchuk 2023-04-06 08:20:23 +02:00
parent 52b3e0f1a4
commit ea6996ff83

View File

@ -73,6 +73,10 @@
&:hover {
background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 600px) {
font-size: 1.25rem;
}
}
.delete-file {