mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-28 17:10:48 +08:00
feat: delete useless config
This commit is contained in:
@@ -289,6 +289,10 @@ export default {
|
||||
font-size: 20px;
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
line-clamp: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.article-item-title:hover {
|
||||
|
||||
@@ -192,6 +192,7 @@ export default {
|
||||
padding-bottom: 20px;
|
||||
background-color: transparent;
|
||||
font-size: 42px;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="info-content-container">
|
||||
<div class="info-content-container author-info-container">
|
||||
<div class="user-avatar-container">
|
||||
<div class="user-avatar-item">
|
||||
<img class="user-avatar-item-img" :src="author.avatar" alt="avatar">
|
||||
@@ -408,6 +408,10 @@ export default {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.author-info-container {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.scroller-range::-moz-range-track {
|
||||
width: 2px;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user