Fix: コミュニティ、チャンネルのタイトルがはみ出ても三点リーダにならない問題
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
>
|
||||
<div class="community-top-info">
|
||||
<Icon icon="material-symbols:chat-rounded" />
|
||||
{{ channel.name }}
|
||||
<span>{{ channel.name }}</span>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
@@ -62,7 +62,7 @@
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.community-top-info svg {
|
||||
.community-top-info > svg {
|
||||
margin: auto 0;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
|
||||
Reference in New Issue
Block a user