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:
authoruPagge <upagge@mail.ru>2021-01-16 15:26:12 +0300
committeruPagge <upagge@mail.ru>2021-01-16 15:26:12 +0300
commit11638738e0e15a1d60b14fb5f5713295281bc802 (patch)
tree4c868fd71db74339e557e983392dd17dcd4b271e /assets/css
parent4f2b4cc6b22a913f3fb5788bb541204034834e6f (diff)
Мультиязычное приложение
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_ublogger.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index 74b32f3..7d9b849 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -481,7 +481,7 @@ a.post-tag-summary {
background-position: center 50%;
background-repeat: no-repeat;
background-size: cover;
- border-radius: 10px 10px;
+ border-radius: 10px 10px 0px 0px;
.post-title {
position: absolute;
@@ -617,6 +617,7 @@ footer {
.content-block-first {
margin-top: 0 !important;
box-shadow: 0 1.2rem 1.2rem 0 rgba(0,0,0,0.1);
+ border-radius: 0 0 $article-summary-border-radius $article-summary-border-radius;
}
}
@@ -637,7 +638,7 @@ footer {
}
}
-.theme-classic, .theme-wide, .theme-full {
+.theme-classic, .theme-wide {
.header-post {
margin-top: 6rem;
margin-right: auto;
@@ -650,6 +651,8 @@ footer {
}
}
+
+
.theme-classic.page-toc, .theme-wide.page-toc, .theme-full.page-toc {
.header-post {