diff options
| author | 果物リン <nassii74@gmail.com> | 2023-12-17 17:41:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 17:41:14 +0900 |
| commit | 67824cfc89742fef040d22f7c6f457abaeb33a9f (patch) | |
| tree | bf056d0976b11e30e92992a5427b1bfb8537c5c5 /packages | |
| parent | enhance(frontend): tweak avatar decoration setting ui (diff) | |
| download | sharkey-67824cfc89742fef040d22f7c6f457abaeb33a9f.tar.gz sharkey-67824cfc89742fef040d22f7c6f457abaeb33a9f.tar.bz2 sharkey-67824cfc89742fef040d22f7c6f457abaeb33a9f.zip | |
fix lint error (#12692)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/components/MkPostForm.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 8a2a21a89e..f800d16524 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -1039,7 +1039,6 @@ defineExpose({ } } - .colorBar { position: absolute; top: 0px; |