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:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_partial/_icon.scss2
-rw-r--r--assets/css/_ublogger.scss16
-rw-r--r--assets/css/_ublogger_media.scss4
3 files changed, 21 insertions, 1 deletions
diff --git a/assets/css/_partial/_icon.scss b/assets/css/_partial/_icon.scss
index 72cd79c..165d17d 100644
--- a/assets/css/_partial/_icon.scss
+++ b/assets/css/_partial/_icon.scss
@@ -93,7 +93,7 @@
}
.icon-stopwatch {
width: 14px;
- height: 12px;
+ height: 11px;
background-position: -248px 0;
}
.icon-copyright {
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index 2289866..48a00f9 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -486,6 +486,14 @@ a.post-tag-summary {
a {
color: #a9a9b3;
}
+
+ span {
+ margin-right: 13px;
+
+ i.svg-icon {
+ margin-right: 1px;
+ }
+ }
}
}
@@ -885,6 +893,14 @@ figure {
.author {
font-size: 0.8rem;
}
+
+ span {
+ margin-right: 13px;
+
+ i.svg-icon {
+ margin-right: 1px;
+ }
+ }
}
.page.home {
diff --git a/assets/css/_ublogger_media.scss b/assets/css/_ublogger_media.scss
index d47ee74..800379e 100644
--- a/assets/css/_ublogger_media.scss
+++ b/assets/css/_ublogger_media.scss
@@ -317,6 +317,10 @@
display: block;
}
+ .breadcrumbs, span.tag-none-display {
+ display: none;
+ }
+
}
@media only screen and (max-width: 400px) {