mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-23 14:40:49 +08:00
Merge pull request #915 from nagisa77/feature/article_ui_fix
Article UI fixes
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
<div class="header-content-left">
|
||||
<div v-if="showMenuBtn" class="menu-btn-wrapper">
|
||||
<button class="menu-btn" ref="menuBtn" @click="$emit('toggle-menu')">
|
||||
<application-menu class="micon"></application-menu>
|
||||
<ToolTip content="展开/收起菜单" placement="bottom">
|
||||
<application-menu class="micon"></application-menu>
|
||||
</ToolTip>
|
||||
</button>
|
||||
<span
|
||||
v-if="isMobile && (unreadMessageCount > 0 || hasChannelUnread)"
|
||||
|
||||
@@ -529,7 +529,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
|
||||
}
|
||||
|
||||
.article-item-title {
|
||||
margin-top: 20px;
|
||||
margin-top: 15px;
|
||||
font-size: 18px;
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
@@ -558,7 +558,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
|
||||
|
||||
.article-item-description {
|
||||
max-width: 100%;
|
||||
margin-top: 10px;
|
||||
margin-top: 5px;
|
||||
font-size: 13px;
|
||||
color: rgba(140, 140, 140, 0.888);
|
||||
display: -webkit-box;
|
||||
@@ -605,7 +605,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
padding-bottom: 10px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.article-member-avatars-container {
|
||||
|
||||
Reference in New Issue
Block a user