mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-03 23:52:45 +01:00
heightやめる
This commit is contained in:
parent
dcb6260e8f
commit
b0b28e0cb7
3 changed files with 0 additions and 3 deletions
|
@ -306,7 +306,6 @@ function refreshGridItems() {
|
|||
overflow: scroll;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
height: 570px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
|
|
@ -382,7 +382,6 @@ onMounted(async () => {
|
|||
overflow: scroll;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
height: 400px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
|
|
@ -226,7 +226,6 @@ onMounted(async () => {
|
|||
overflow: scroll;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
height: 620px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue