Attachment Modal: Tweak paddings (#3290)
This commit is contained in:
parent
60d924e5a0
commit
5c275d16f4
@ -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;
|
||||
|
||||
@ -112,7 +112,7 @@
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&:not(:only-child) {
|
||||
margin: 0 1.3125rem;
|
||||
margin: 0 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user