mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-06 23:21:16 +08:00
Merge pull request #980 from nagisa77/feature/tag_height
fix: tags height
This commit is contained in:
@@ -35,6 +35,7 @@ const isImageIcon = (icon) => {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 10px;
|
||||
min-height: 25px;
|
||||
}
|
||||
|
||||
.article-info-item {
|
||||
@@ -63,5 +64,9 @@ const isImageIcon = (icon) => {
|
||||
.article-info-item {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.article-category-container {
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -44,6 +44,7 @@ const isImageIcon = (icon) => {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 10px;
|
||||
min-height: 25px;
|
||||
}
|
||||
|
||||
.article-info-item {
|
||||
@@ -72,5 +73,9 @@ const isImageIcon = (icon) => {
|
||||
.article-info-item {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.article-tags-container {
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -594,13 +594,6 @@ const sanitizeDescription = (text) => stripMarkdown(text)
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.article-tags-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.article-tag-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user