From b5fe4ba9bef376a5977c23c82f4666458abcecfd Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 13 Aug 2020 23:02:43 +0900 Subject: WIP: Improve admin dashboard --- src/client/components/ui/container.vue | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'src/client/components/ui') diff --git a/src/client/components/ui/container.vue b/src/client/components/ui/container.vue index 247bfdbb9e..382dd76eff 100644 --- a/src/client/components/ui/container.vue +++ b/src/client/components/ui/container.vue @@ -2,11 +2,13 @@
- - +
+ + +
button { + > .sub { position: absolute; z-index: 2; top: 0; right: 0; - padding: 0; - width: 42px; height: 100%; + + > button { + width: 42px; + height: 100%; + } } } -- cgit v1.2.3-freya