Chore: Reply panel emoji button size fixes (#1896)
This commit is contained in:
committed by
GitHub
parent
22fecf0d84
commit
38d1b0eae3
@@ -2,12 +2,17 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
&.button--emoji {
|
&.button--emoji {
|
||||||
|
align-items: center;
|
||||||
background: var(--b-50);
|
background: var(--b-50);
|
||||||
border: 1px solid var(--color-border-light);
|
border: 1px solid var(--color-border-light);
|
||||||
border-radius: var(--border-radius-large);
|
border-radius: var(--border-radius-large);
|
||||||
|
display: flex;
|
||||||
font-size: var(--font-size-small);
|
font-size: var(--font-size-small);
|
||||||
margin-right: var(--space-small);
|
height: var(--space-large);
|
||||||
padding: var(--space-small);
|
justify-content: center;
|
||||||
|
padding: var(--space-micro);
|
||||||
|
text-align: center;
|
||||||
|
width: var(--space-large);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--b-200);
|
background: var(--b-200);
|
||||||
|
|||||||
@@ -61,9 +61,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bottom-box .button--emoji.button--upload {
|
.bottom-box .button--emoji.button--upload {
|
||||||
height: var(--space-large);
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: var(--space-large);
|
|
||||||
|
|
||||||
.file-uploads {
|
.file-uploads {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -160,9 +160,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: flex;
|
&.button--emoji {
|
||||||
align-items: center;
|
margin-right: var(--space-small);
|
||||||
justify-content: space-between;
|
}
|
||||||
|
|
||||||
&.is-active {
|
&.is-active {
|
||||||
background: white;
|
background: white;
|
||||||
@@ -221,6 +221,7 @@ export default {
|
|||||||
|
|
||||||
label {
|
label {
|
||||||
color: var(--s-500);
|
color: var(--s-500);
|
||||||
|
font-size: var(--font-size-mini);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user