Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
b918e417f7
32 changed files with 370 additions and 380 deletions
|
@ -141,6 +141,10 @@ watch(v, () => {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.textarea, .codeEditorHighlighter {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -156,6 +160,8 @@ watch(v, () => {
|
|||
background-color: transparent;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
min-width: calc(100% - 24px);
|
||||
height: calc(100% - 24px);
|
||||
padding: 12px;
|
||||
line-height: 1.5em;
|
||||
font-size: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue