Attachment Modal: Tweak paddings (#3290)
This commit is contained in:
parent
60d924e5a0
commit
5c275d16f4
@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-header-condensed {
|
.modal-header-condensed {
|
||||||
padding: 0.3125rem 0.5rem !important;
|
padding: 0.375rem 1.125rem !important;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
|
|
||||||
transition: border-color 250ms ease-in-out;
|
transition: border-color 250ms ease-in-out;
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
.symbol-menu-button, .mobile-symbol-menu-button {
|
.symbol-menu-button, .mobile-symbol-menu-button {
|
||||||
margin-right: -1.75rem;
|
margin-right: -1.75rem;
|
||||||
margin-left: -0.5rem !important;
|
margin-left: -0.25rem !important;
|
||||||
color: var(--color-composer-button);
|
color: var(--color-composer-button);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -101,7 +101,7 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
margin: 0 0.25rem;
|
margin: 0 0.25rem;
|
||||||
padding: 0.5rem 0.25rem 0;
|
padding: 0 0.25rem;
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
|
|||||||
@ -112,7 +112,7 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
&:not(:only-child) {
|
&:not(:only-child) {
|
||||||
margin: 0 1.3125rem;
|
margin: 0 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user