diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-23 20:58:59 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-23 20:58:59 +0900 |
| commit | 9ad403af004ea5a84f998f12537e46eb211fd882 (patch) | |
| tree | f39802c8d21d726201489fd438bab81fdc3c81e7 /src/client | |
| parent | Update setup.*.md (diff) | |
| download | sharkey-9ad403af004ea5a84f998f12537e46eb211fd882.tar.gz sharkey-9ad403af004ea5a84f998f12537e46eb211fd882.tar.bz2 sharkey-9ad403af004ea5a84f998f12537e46eb211fd882.zip | |
Enhance #1958
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/ui.header.vue | 4 |
1 files changed, 1 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 b6c95dd4af..e4f86b04da 100644 --- a/src/client/app/desktop/views/components/ui.header.vue +++ b/src/client/app/desktop/views/components/ui.header.vue @@ -156,9 +156,6 @@ root(isDark) > .center margin auto > .icon - position absolute - top 0 - left 0 display block width 48px height 48px @@ -167,6 +164,7 @@ root(isDark) background-position center background-repeat no-repeat opacity 0.3 + cursor: pointer; > .left height 48px |