mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
better tags on baggy
This commit is contained in:
parent
c36f5adce2
commit
645c0d5bce
5 changed files with 23 additions and 7 deletions
|
@ -383,9 +383,11 @@ footer a {
|
|||
max-height: 2em;
|
||||
overflow-y: hidden;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.card-entry-tags li {
|
||||
.card-entry-tags li,
|
||||
.card-entry-tags span {
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
padding: 5px 12px;
|
||||
|
@ -394,9 +396,19 @@ footer a {
|
|||
max-height: 2em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.card-entry-tags a,
|
||||
.card-entry-labels a {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.nav-panel-add-tag {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.list-entries + .results {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
@ -509,6 +521,7 @@ img.preview {
|
|||
color: #666;
|
||||
font-size: 0.9em;
|
||||
line-height: 1.7;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.entry h2 a::first-letter {
|
||||
|
@ -1021,6 +1034,7 @@ blockquote {
|
|||
|
||||
#article_toolbar li {
|
||||
display: inline-block;
|
||||
margin: 3px auto;
|
||||
}
|
||||
|
||||
#article_toolbar a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue