mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Change the button style to small, change position.
This commit is contained in:
parent
3e1ed4f1db
commit
790ce71122
@ -2,7 +2,7 @@
|
||||
<div class="add-chat-room-by-user-search">
|
||||
<ds-flex class="headline">
|
||||
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
|
||||
<base-button class="close-button" icon="close" circle @click="closeUserSearch" />
|
||||
<base-button class="close-button" icon="close" circle size="small" @click="closeUserSearch" />
|
||||
</ds-flex>
|
||||
<ds-space margin-bottom="small" />
|
||||
<ds-space>
|
||||
@ -62,6 +62,6 @@ export default {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.ds-flex.headline .close-button {
|
||||
margin-top: -6px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user