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", "name": "calckey",
"version": "12.119.0-calc-rc.4", "version": "12.119.0-calc-rc.4.1",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

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

View File

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