diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-10-27 18:11:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 18:11:41 +0900 |
| commit | 6258ce75b7ae97584100ecccdf0a7cd0225da7b2 (patch) | |
| tree | 9b969daf7cd37a06c993b20a536b7821466b256c /src/client/components/ui | |
| parent | Update popup animation (diff) | |
| download | sharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.gz sharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.bz2 sharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.zip | |
Reversi (#6765)
* wip
* wip
* wip
* wip
* Update game.setting.vue
* wip
* wip
* Update game.setting.vue
* wip
* Update game.board.vue
* wip
* Update sidebar.ts
Diffstat (limited to 'src/client/components/ui')
| -rw-r--r-- | src/client/components/ui/radio.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/ui/radio.vue b/src/client/components/ui/radio.vue index 890ff08751..79715593d0 100644 --- a/src/client/components/ui/radio.vue +++ b/src/client/components/ui/radio.vue @@ -52,6 +52,7 @@ export default defineComponent({ position: relative; display: inline-block; margin: 16px 32px 0 0; + text-align: left; cursor: pointer; transition: all 0.3s; |