fix profile field buttons, remove attachment button

This commit is contained in:
Shpuld Shpuldson 2021-01-20 17:01:57 +02:00
parent fe78ed78fd
commit dcba920f92
3 changed files with 18 additions and 31 deletions

View file

@ -111,16 +111,17 @@
.profile-fields {
display: flex;
&>.emoji-input {
& > .emoji-input {
flex: 1 1 auto;
margin: 0 .2em .5em;
margin: 0 0.2em 0.5em;
min-width: 0;
}
&>.icon-container {
& > .button-unstyled {
width: 20px;
align-self: center;
margin: 0 .2em .5em;
margin: 0 0.2em 0.5em;
padding: 0 0.5em;
}
}
}