diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-15 17:01:13 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-15 17:01:13 +0900 |
| commit | 165c4b2c00bf35dcd041bae8330cf236f54e8069 (patch) | |
| tree | 939b4097a7d57ad453d440c9b55210e5aefe463a /packages/client/src/ui/deck | |
| parent | move rollup to devDeps (diff) | |
| download | misskey-165c4b2c00bf35dcd041bae8330cf236f54e8069.tar.gz misskey-165c4b2c00bf35dcd041bae8330cf236f54e8069.tar.bz2 misskey-165c4b2c00bf35dcd041bae8330cf236f54e8069.zip | |
chore(client): tweak ui
Diffstat (limited to 'packages/client/src/ui/deck')
| -rw-r--r-- | packages/client/src/ui/deck/column.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/client/src/ui/deck/column.vue b/packages/client/src/ui/deck/column.vue index e8e554d72b..4d34ca9b8e 100644 --- a/packages/client/src/ui/deck/column.vue +++ b/packages/client/src/ui/deck/column.vue @@ -23,7 +23,7 @@ <slot name="action"></slot> </div> <span class="header"><slot name="header"></slot></span> - <button v-tooltip="i18n.ts.settings" class="menu _button" @click.stop="showSettingsMenu"><i class="fas fa-cog"></i></button> + <button v-tooltip="i18n.ts.settings" class="menu _button" @click.stop="showSettingsMenu"><i class="fas fa-ellipsis"></i></button> </header> <div v-show="active" ref="body"> <slot></slot> @@ -361,7 +361,6 @@ function onDrop(ev) { z-index: 1; width: var(--deckColumnHeaderHeight); line-height: var(--deckColumnHeaderHeight); - font-size: 16px; color: var(--faceTextButton); &:hover { |