Attachment Modal: Tweak paddings (#3290)

This commit is contained in:
Alexander Zinchuk 2023-06-14 13:25:45 +02:00
parent 60d924e5a0
commit 5c275d16f4
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
}
.modal-header-condensed {
padding: 0.3125rem 0.5rem !important;
padding: 0.375rem 1.125rem !important;
border-bottom: 1px solid transparent;
transition: border-color 250ms ease-in-out;
@ -44,7 +44,7 @@
.symbol-menu-button, .mobile-symbol-menu-button {
margin-right: -1.75rem;
margin-left: -0.5rem !important;
margin-left: -0.25rem !important;
color: var(--color-composer-button);
}
@ -101,7 +101,7 @@
flex-wrap: wrap;
gap: 0.5rem;
margin: 0 0.25rem;
padding: 0.5rem 0.25rem 0;
padding: 0 0.25rem;
@media (max-width: 600px) {
max-height: 80vh;

View File

@ -112,7 +112,7 @@
text-overflow: ellipsis;
&:not(:only-child) {
margin: 0 1.3125rem;
margin: 0 1.5rem;
}
}