diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-24 12:34:24 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-24 12:34:24 +0900 |
| commit | b4636631751449da34e2bad7e7276546c6fd3967 (patch) | |
| tree | 10c93c4d3b3809a3ca1a9baf4484b838bfca5d84 /packages/client/src/components/ui | |
| parent | fix(client): fix zindex issue (diff) | |
| download | misskey-b4636631751449da34e2bad7e7276546c6fd3967.tar.gz misskey-b4636631751449da34e2bad7e7276546c6fd3967.tar.bz2 misskey-b4636631751449da34e2bad7e7276546c6fd3967.zip | |
enhance(client): tweak ui
Diffstat (limited to 'packages/client/src/components/ui')
| -rw-r--r-- | packages/client/src/components/ui/window.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/client/src/components/ui/window.vue b/packages/client/src/components/ui/window.vue index d01498d8df..bd33289ccc 100644 --- a/packages/client/src/components/ui/window.vue +++ b/packages/client/src/components/ui/window.vue @@ -414,6 +414,10 @@ export default defineComponent({ } } + > .left { + min-width: 16px; + } + > .title { flex: 1; position: relative; @@ -421,7 +425,6 @@ export default defineComponent({ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - text-align: center; cursor: move; } } |