Feat: #9 コミュニティの作成 / Chg: 選択可能な要素 / Enhance: RouterViewのkey / Del: canReloadTitle / Enhance: CSSの>を使用しない子要素セレクタを廃止 / Feat: 自動更新するメッセージの相対時刻
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<div class="community-inner">
|
||||
<RouterView
|
||||
:key="route.fullPath"
|
||||
:key="route.matched[1]?.path"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,6 +72,8 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.channels a:hover,
|
||||
|
||||
Reference in New Issue
Block a user