summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-07-28 14:46:25 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-07-28 14:46:25 +0900
commit998936651a7c81fdd1db219f6ee1fe7e331e868f (patch)
treea4383ea4568acb82d3c8b01011a0bd692468146a /src/client
parentパスワードリセットしても新しいパスワードが表示され... (diff)
downloadsharkey-998936651a7c81fdd1db219f6ee1fe7e331e868f.tar.gz
sharkey-998936651a7c81fdd1db219f6ee1fe7e331e868f.tar.bz2
sharkey-998936651a7c81fdd1db219f6ee1fe7e331e868f.zip
fix style
Diffstat (limited to 'src/client')
-rw-r--r--src/client/ui/chat/index.vue9
-rw-r--r--src/client/ui/chat/side.vue2
2 files changed, 3 insertions, 8 deletions
diff --git a/src/client/ui/chat/index.vue b/src/client/ui/chat/index.vue
index d45369e8b0..fed2b803b7 100644
--- a/src/client/ui/chat/index.vue
+++ b/src/client/ui/chat/index.vue
@@ -64,7 +64,7 @@
</div>
<div class="right">
<button class="_button item search" @click="search" v-tooltip="$ts.search">
- <i class="fas fa-search"></i>
+ <i class="fas fa-search icon"></i>
</button>
<MkA class="item" to="/settings" v-tooltip="$ts.settings"><i class="fas fa-cog icon"></i></MkA>
</div>
@@ -373,7 +373,7 @@ export default defineComponent({
> .left, > .right {
> .item, > .menu {
- display: inline-block;
+ display: inline-flex;
vertical-align: middle;
height: ($header-height - ($padding * 2));
width: ($header-height - ($padding * 2));
@@ -387,11 +387,6 @@ export default defineComponent({
}
> .icon {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
margin: auto;
}
diff --git a/src/client/ui/chat/side.vue b/src/client/ui/chat/side.vue
index 8cc69fee8c..7ad39c7a19 100644
--- a/src/client/ui/chat/side.vue
+++ b/src/client/ui/chat/side.vue
@@ -5,7 +5,7 @@
<XHeader class="title" :info="pageInfo" :with-back="false" :center="false"/>
<button class="_button" @click="close()"><i class="fas fa-times"></i></button>
</header>
- <component :is="component" v-bind="props" :ref="changePage"/>
+ <component :is="component" v-bind="props" :ref="changePage" class="_flat_"/>
</div>
</template>