- round borders for waifumode chat

- default expressions margin-bottom = 50px
This commit is contained in:
RossAscends
2023-04-12 23:41:00 +09:00
parent d2da82e681
commit 24e5ff51d5
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ img.expression {
img.expression.default { img.expression.default {
vertical-align: middle; vertical-align: middle;
margin-bottom: 50px;
} }
.debug-image { .debug-image {

View File

@@ -3411,6 +3411,7 @@ body.waifuMode #sheld {
body.waifuMode #chat { body.waifuMode #chat {
flex-direction: column-reverse; flex-direction: column-reverse;
border-top: 1px solid var(--grey30a); border-top: 1px solid var(--grey30a);
border-radius: 20px;
} }
/*this part only only applies to iOS devices*/ /*this part only only applies to iOS devices*/