mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:45:17 +08:00
3bcbb2444a
* UX: make composer buttons less wide * UX: fix disappearing separator
10 lines
182 B
SCSS
10 lines
182 B
SCSS
.chat-composer-separator {
|
|
width: 1px;
|
|
margin: 10px 0.25rem;
|
|
box-sizing: border-box;
|
|
background: var(--primary-low-mid);
|
|
height: 30px;
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
}
|