undo fuckup

This commit is contained in:
ThatOneCalculator 2022-09-13 20:07:19 -07:00
parent fe7ceb481c
commit e425489411
3 changed files with 11 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc-rc.4",
"version": "12.119.0-calc-rc.4.1",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -234,14 +234,15 @@ defineExpose({
<style lang="scss" scoped>
.pemppnzi {
position: fixed;
position: relative;
> textarea {
cursor: auto;
display: block;
width: 80%;
min-width: 80%;
max-width: 80%;
width: 100%;
min-width: 100%;
max-width: 100%;
min-height: 80px;
margin: 0;
padding: 16px 16px 0 16px;
resize: none;

View file

@ -292,14 +292,15 @@ definePageMetadata(computed(() => !fetching ? user ? {
</script>
<style lang="scss" scoped>
XMessage:last-of-type {
margin-bottom: 4rem;
}
.mk-messaging-room {
position: relative;
overflow: auto;
XMessage:last-of-type {
margin-bottom: 4rem;
}
> .body {
.more {
display: block;