undo fuckup
This commit is contained in:
parent
fe7ceb481c
commit
e425489411
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue