mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 13:39:22 +00:00
content styling
This commit is contained in:
parent
1b70c880a8
commit
f1810827bc
@ -224,7 +224,7 @@
|
|||||||
ref="content"
|
ref="content"
|
||||||
class="content px-4 pt-3 pb-5 border-top overflow-auto"
|
class="content px-4 pt-3 pb-5 border-top overflow-auto"
|
||||||
:style="{'font-family': theme.font, 'font-size': theme.size + 'rem'}">
|
:style="{'font-family': theme.font, 'font-size': theme.size + 'rem'}">
|
||||||
<h3>{{itemSelectedDetails.title}}</h3>
|
<h1><b>{{itemSelectedDetails.title}}</b></h1>
|
||||||
<div class="text-muted">
|
<div class="text-muted">
|
||||||
<div>{{ feedsById[itemSelectedDetails.feed_id].title }}</div>
|
<div>{{ feedsById[itemSelectedDetails.feed_id].title }}</div>
|
||||||
<time>{{ formatDate(itemSelectedDetails.date) }}</time>
|
<time>{{ formatDate(itemSelectedDetails.date) }}</time>
|
||||||
|
@ -447,6 +447,21 @@ select.form-control:not([multiple]):not([size]) {
|
|||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content h1 {
|
||||||
|
font-size: 1.8rem;
|
||||||
|
}
|
||||||
|
.content h2 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
.content h3 {
|
||||||
|
font-size: 1.17rem;
|
||||||
|
}
|
||||||
|
.content h4,
|
||||||
|
.content h5,
|
||||||
|
.content h6 {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* theme: sepia */
|
/* theme: sepia */
|
||||||
|
|
||||||
.themepicker input[value=sepia] + .themepicker-label,
|
.themepicker input[value=sepia] + .themepicker-label,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user