mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-08 12:30:48 +00:00
decreased input area padding.
This commit is contained in:
parent
f63603b8dc
commit
14c9ad47bf
1 changed files with 0 additions and 2 deletions
|
|
@ -998,7 +998,6 @@ export default {
|
||||||
.chat-input-area {
|
.chat-input-area {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-bottom: 10px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
@ -1165,7 +1164,6 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-bottom: 10px;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
.markdown-icon {
|
.markdown-icon {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue