Compare commits
No commits in common. "97ad3155c31949f6fb482a541bc9e74d50069d06" and "a9b0eda9e22ce54dcb45aba341bfc35d295b82bb" have entirely different histories.
97ad3155c3
...
a9b0eda9e2
2 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div id="message-textarea">
|
||||
<div id="message-textbox-input"
|
||||
<div id="message-textbox-input" class=""
|
||||
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: end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#messages {
|
||||
|
|
|
@ -166,7 +166,8 @@ 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