Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_page/_single.scss')
-rw-r--r--assets/css/_page/_single.scss39
1 files changed, 28 insertions, 11 deletions
diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss
index 43fdedd..04d8578 100644
--- a/assets/css/_page/_single.scss
+++ b/assets/css/_page/_single.scss
@@ -96,7 +96,7 @@
}
p {
- margin: .5rem 0;
+ margin: $margin-article;
}
b, strong {
@@ -191,6 +191,13 @@
img {
max-width: 100%;
min-height: 1em;
+ content-visibility: auto;
+ }
+
+ .render-image {
+ img {
+ box-shadow: 0 0 15px rgba(122,122,122,0.3);
+ }
}
.lazyloading {
@@ -262,20 +269,30 @@
}
}
- .typeit {
- .code {
- padding: .375rem;
- font-size: .875rem;
- font-family: $code-font-family;
- font-weight: bold;
- word-break: break-all;
- }
- }
-
.version {
height: 1.25em;
vertical-align: text-bottom;
}
+
+ blockquote {
+ blockquote {
+ padding: 0;
+ width: 100%;
+ line-height: 3.5rem;
+
+ blockquote {
+ width: 100%;
+ padding: 0;
+ line-height: 6rem;
+
+ blockquote {
+ width: 100%;
+ padding: 0;
+ line-height: 8rem;
+ }
+ }
+ }
+ }
}
.lg-toolbar .lg-icon::after {