diff options
| author | Ivan <iVAN2002@users.noreply.github.com> | 2018-11-28 23:02:35 +0300 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-29 05:02:35 +0900 |
| commit | bb0cb0a8664efff534ac4c79d446fdf2cfb2a980 (patch) | |
| tree | d739d51be2746590dba4975f16d735c6e485d8ad /src/client/app/common/views | |
| parent | Update profile-editor.vue (#3424) (diff) | |
| download | sharkey-bb0cb0a8664efff534ac4c79d446fdf2cfb2a980.tar.gz sharkey-bb0cb0a8664efff534ac4c79d446fdf2cfb2a980.tar.bz2 sharkey-bb0cb0a8664efff534ac4c79d446fdf2cfb2a980.zip | |
Fix bad style in deck column options and other things (#3412)
* Fix wrong text color in empty timeline (#3268)
* Whoops
* Fix wrong text color in deck options (#3268)
* Some padding to make it look less ugly
* Fix wrong text color in user lists menu (#3268)
* Fix wrong text color of footer on welcome screen (mobile) (#3268)
* Fix misalignment of icons and text in menu (mobile) (#3289)
* Fix wrong text color in empty timeline (mobile) (#3268)
Diffstat (limited to 'src/client/app/common/views')
| -rw-r--r-- | src/client/app/common/views/components/menu.vue | 1 | ||||
| -rw-r--r-- | src/client/app/common/views/components/ui/switch.vue | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/menu.vue b/src/client/app/common/views/components/menu.vue index e085bf4bb9..56d9480e17 100644 --- a/src/client/app/common/views/components/menu.vue +++ b/src/client/app/common/views/components/menu.vue @@ -180,6 +180,7 @@ export default Vue.extend({ padding 8px 16px width 100% color var(--popupFg) + white-space nowrap &:hover color var(--primaryForeground) diff --git a/src/client/app/common/views/components/ui/switch.vue b/src/client/app/common/views/components/ui/switch.vue index c9a9cb7911..b8bd9e2fcd 100644 --- a/src/client/app/common/views/components/ui/switch.vue +++ b/src/client/app/common/views/components/ui/switch.vue @@ -123,7 +123,7 @@ export default Vue.extend({ > span display block line-height 20px - color currentColor + color var(--text) transition inherit > p |