mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 00:57:55 +08:00
Add some missing post content styles
This commit is contained in:
parent
44a4e31fe1
commit
acb6a8d8c5
|
@ -237,6 +237,25 @@
|
|||
color: #666;
|
||||
font-size: 90%;
|
||||
}
|
||||
& h1 {
|
||||
font-size: 160%;
|
||||
}
|
||||
& h2 {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
& h3 {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
& h4, & h5, & h6 {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
& img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
.post.is-hidden {
|
||||
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {
|
||||
|
|
|
@ -18,3 +18,7 @@
|
|||
.loading-indicator-block {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 2px solid @fl-body-secondary-color;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user