mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-18 03:35:17 +00:00
Entry info style updated
This commit is contained in:
parent
18943d191f
commit
7a9e328ce9
3 changed files with 44 additions and 7 deletions
|
@ -108,11 +108,12 @@
|
||||||
.entry-info {
|
.entry-info {
|
||||||
.tools {
|
.tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
margin: 8px 5px 5px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.stats {
|
.stats {
|
||||||
|
margin: 0;
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
margin: 8px 5px 5px;
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
@ -144,8 +145,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 18px;
|
height: 25px;
|
||||||
line-height: 18px;
|
line-height: 25px;
|
||||||
|
align-items: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
a,
|
a,
|
||||||
|
@ -155,7 +157,7 @@
|
||||||
|
|
||||||
i.material-icons {
|
i.material-icons {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 18px;
|
vertical-align: sub;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -171,8 +173,18 @@
|
||||||
background-color: #868686;
|
background-color: #868686;
|
||||||
border-radius: 0 6px 6px 0;
|
border-radius: 0 6px 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chip-label,
|
||||||
|
.chip-action {
|
||||||
|
min-width: 30px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-info {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.reader-mode {
|
.reader-mode {
|
||||||
width: 70px !important;
|
width: 70px !important;
|
||||||
|
@ -213,3 +225,28 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 640px) {
|
||||||
|
.entry-info {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#article .entry-info .tools {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#article .entry-info .tools .tags {
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#article .entry-info .chip {
|
||||||
|
height: 32px;
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#article .entry-info .chip-label,
|
||||||
|
#article .entry-info .chip-action {
|
||||||
|
min-width: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue