diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-04 10:34:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-04 10:34:54 +0900 |
| commit | dcd4d808690f2ee9b9bea6bdfd164efa43296d52 (patch) | |
| tree | 1a76bc4673bfac019c985133f33a10ccedc6ada2 /packages/frontend/src/style.scss | |
| parent | enhance(client): add share button to clip and channel page (diff) | |
| download | sharkey-dcd4d808690f2ee9b9bea6bdfd164efa43296d52.tar.gz sharkey-dcd4d808690f2ee9b9bea6bdfd164efa43296d52.tar.bz2 sharkey-dcd4d808690f2ee9b9bea6bdfd164efa43296d52.zip | |
enhance(client): improve channel ui
Diffstat (limited to 'packages/frontend/src/style.scss')
| -rw-r--r-- | packages/frontend/src/style.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 5a465d7873..3634e02745 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -285,6 +285,12 @@ hr { flex-wrap: wrap; } +._buttonsCenter { + @extend ._buttons; + + justify-content: center; +} + ._borderButton { @extend ._button; display: block; |