diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-07-11 10:13:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 10:13:11 +0900 |
| commit | cf3fc97202588e835ade5d6ab1a3c087e46958ad (patch) | |
| tree | b3fe472b455bf913a47df4d41b1363c7122bf1d9 /src/client/components/ui/select.vue | |
| parent | タイムライン上でTwitterウィジットを展開できるようにな... (diff) | |
| download | misskey-cf3fc97202588e835ade5d6ab1a3c087e46958ad.tar.gz misskey-cf3fc97202588e835ade5d6ab1a3c087e46958ad.tar.bz2 misskey-cf3fc97202588e835ade5d6ab1a3c087e46958ad.zip | |
Deck (#6504)
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
Diffstat (limited to 'src/client/components/ui/select.vue')
| -rw-r--r-- | src/client/components/ui/select.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/components/ui/select.vue b/src/client/components/ui/select.vue index ce21949713..55f76553a7 100644 --- a/src/client/components/ui/select.vue +++ b/src/client/components/ui/select.vue @@ -135,7 +135,7 @@ export default Vue.extend({ pointer-events: none; transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); transition-duration: 0.3s; - font-size: 16px; + font-size: 1em; line-height: 32px; pointer-events: none; //will-change transform @@ -150,7 +150,7 @@ export default Vue.extend({ padding: 0; font: inherit; font-weight: normal; - font-size: 16px; + font-size: 1em; height: 32px; background: none; border: none; @@ -170,7 +170,7 @@ export default Vue.extend({ display: block; align-self: center; justify-self: center; - font-size: 16px; + font-size: 1em; line-height: 32px; color: rgba(#000, 0.54); pointer-events: none; |