mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 05:03:37 +08:00
UX: chat composer (#23267)
* UX: make composer buttons less wide * UX: fix disappearing separator
This commit is contained in:
parent
3081d83ac5
commit
3bcbb2444a
|
@ -1,6 +1,6 @@
|
||||||
.chat-composer-button {
|
.chat-composer-button {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 50px;
|
width: 40px;
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
background: var(--primary-low-mid);
|
background: var(--primary-low-mid);
|
||||||
height: 30px;
|
height: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user