Entry info style updated

This commit is contained in:
Simounet 2023-06-14 22:26:48 +02:00
parent 18943d191f
commit 7a9e328ce9
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 44 additions and 7 deletions

View file

@ -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,9 +173,19 @@
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;
transition: width 0.2s ease; transition: width 0.2s ease;
@ -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