diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:11:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:11:11 +0900 |
| commit | 8317a219a54f5ea85daa500f891ff480a0156f5b (patch) | |
| tree | 206189d7b8465ee247dfa80550abf86c777c33f4 /src | |
| parent | wip (diff) | |
| download | sharkey-8317a219a54f5ea85daa500f891ff480a0156f5b.tar.gz sharkey-8317a219a54f5ea85daa500f891ff480a0156f5b.tar.bz2 sharkey-8317a219a54f5ea85daa500f891ff480a0156f5b.zip | |
wip
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/ui.header.vue | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/client/app/desktop/views/components/ui.header.vue b/src/client/app/desktop/views/components/ui.header.vue index d38aebec8b..4cfcda0f1a 100644 --- a/src/client/app/desktop/views/components/ui.header.vue +++ b/src/client/app/desktop/views/components/ui.header.vue @@ -130,12 +130,15 @@ export default Vue.extend({ margin auto display block width 48px - height 48px - opacity 0.3 + text-align center cursor pointer + opacity 0.5 > svg - fill currentColor + width 24px + height 48px + vertical-align top + fill var(--desktopHeaderFg) > .left, > .center |