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
path: root/assets
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-02 21:37:56 +0300
committeruPagge <git@upagge.ru>2021-03-02 21:37:56 +0300
commitd34d25d4695f8433554656075c59baffc06e77a6 (patch)
tree3753338915e7557e8e5d7e37323a80d8eaf8ffbf /assets
parent52e61e59ef0af8662e3adfa75647027d8f007374 (diff)
image single css
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_page/_single.scss3
-rw-r--r--assets/css/_ublogger.scss1
2 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss
index e2a271a..2d62cc2 100644
--- a/assets/css/_page/_single.scss
+++ b/assets/css/_page/_single.scss
@@ -191,7 +191,8 @@
img {
max-width: 100%;
min-height: 1em;
- content-visibility: auto
+ content-visibility: auto;
+ box-shadow: 0 0 15px rgba(122,122,122,0.3);
}
.lazyloading {
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index b1de6f1..2289866 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -910,6 +910,7 @@ figure {
img {
width: 100%;
+ box-shadow: none;
}
}