Pleroma-FE bundle: update to b13d8f7e6339e877a38a28008630dc8ec64abcdf
This commit is contained in:
parent
ea204dbca1
commit
a98a127718
108 changed files with 171 additions and 119 deletions
|
|
@ -1,3 +1,55 @@
|
|||
.RichContent blockquote {
|
||||
margin: 0.2em 0 0.2em 2em;
|
||||
font-style: italic;
|
||||
}
|
||||
.RichContent pre {
|
||||
overflow: auto;
|
||||
}
|
||||
.RichContent code,
|
||||
.RichContent samp,
|
||||
.RichContent kbd,
|
||||
.RichContent var,
|
||||
.RichContent pre {
|
||||
font-family: var(--postCodeFont, monospace);
|
||||
}
|
||||
.RichContent p {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
.RichContent p:last-child {
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
.RichContent h1 {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.2em;
|
||||
margin: 1.4em 0;
|
||||
}
|
||||
.RichContent h2 {
|
||||
font-size: 1.1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
.RichContent h3 {
|
||||
font-size: 1em;
|
||||
margin: 1.2em 0;
|
||||
}
|
||||
.RichContent h4 {
|
||||
margin: 1.1em 0;
|
||||
}
|
||||
.RichContent .img {
|
||||
display: inline-block;
|
||||
}
|
||||
.RichContent .emoji {
|
||||
display: inline-block;
|
||||
width: var(--emoji-size, 32px);
|
||||
height: var(--emoji-size, 32px);
|
||||
}
|
||||
.RichContent .img,
|
||||
.RichContent video {
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
vertical-align: middle;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
.tab-switcher {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
|
@ -243,4 +295,4 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=app.9a4c5ede37b2f0230836.css.map*/
|
||||
/*# sourceMappingURL=app.7d2d223f75c3a14b0991.css.map*/
|
||||
1
priv/static/static/css/app.7d2d223f75c3a14b0991.css.map
Normal file
1
priv/static/static/css/app.7d2d223f75c3a14b0991.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue