Compare commits
8 commits
a9b0eda9e2
...
97ad3155c3
Author | SHA1 | Date | |
---|---|---|---|
97ad3155c3 | |||
7ffe543f44 | |||
e71db5f571 | |||
2665f29341 | |||
e58809b424 | |||
f1bec945fe | |||
51c2578e60 | |||
fa93e00759 |
2 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div id="message-textarea">
|
||||
<div id="message-textbox-input" class=""
|
||||
<div id="message-textbox-input"
|
||||
role="textbox" ref="messageTextboxInput"
|
||||
autocorrect="off" spellcheck="true" contenteditable="true"
|
||||
@keydown="handleTextboxKeyDown" @input="handleTextboxInput">
|
||||
|
@ -348,7 +348,7 @@ router.beforeEach((to, from, next) => {
|
|||
|
||||
#message-box-left-elements, #message-box-right-elements {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
#messages {
|
||||
|
|
|
@ -166,8 +166,7 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
|
|||
|
||||
#settings-menu {
|
||||
position: absolute;
|
||||
bottom: .25em
|
||||
bottom: .25em
|
||||
bottom: .25em;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue