Compare commits

..

No commits in common. "97ad3155c31949f6fb482a541bc9e74d50069d06" and "a9b0eda9e22ce54dcb45aba341bfc35d295b82bb" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -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 {

View file

@ -166,7 +166,8 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
#settings-menu {
position: absolute;
bottom: .25em;
bottom: .25em
bottom: .25em
}
</style>