Skip to content

Commit 22815a0

Browse files
emmanuelbaaMutugiiidogi
authored
chat: smoother textarea padding (fixes #9111) (#9120)
Co-authored-by: mutugiii <[email protected]> Co-authored-by: dogi <[email protected]>
1 parent f9affb6 commit 22815a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.44",
4+
"version": "0.20.45",
55
"myplanet": {
6-
"latest": "v0.33.66",
7-
"min": "v0.32.66"
6+
"latest": "v0.34.30",
7+
"min": "v0.33.30"
88
},
99
"scripts": {
1010
"ng": "ng",

src/app/chat/chat-window/chat-window.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
.textarea-container {
2626
border: 1px solid $primary;
2727
border-radius: 5px;
28+
padding: 15px;
2829
}
2930

3031
.textarea-container textarea {

0 commit comments

Comments
 (0)