summaryrefslogtreecommitdiff
path: root/packages/frontend/src/style.scss
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-03-04 10:34:54 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-03-04 10:34:54 +0900
commitdcd4d808690f2ee9b9bea6bdfd164efa43296d52 (patch)
tree1a76bc4673bfac019c985133f33a10ccedc6ada2 /packages/frontend/src/style.scss
parentenhance(client): add share button to clip and channel page (diff)
downloadsharkey-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.scss6
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;