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:
authorDillon <dillonzq@outlook.com>2020-04-18 15:54:54 +0300
committerGitHub <noreply@github.com>2020-04-18 15:54:54 +0300
commit8a0e61085cfc2f2d1a342697c73b10cbc1d27a68 (patch)
tree3bce7f15d61648a3b0dce6d43c938acfc74c1895 /assets/css/_page/_single.scss
parent9f37d7bc2a2580b19c211521b68194faecd3e736 (diff)
feat(code): add copy button for code (#239)
Diffstat (limited to 'assets/css/_page/_single.scss')
-rw-r--r--assets/css/_page/_single.scss15
1 files changed, 4 insertions, 11 deletions
diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss
index 043687a..2540b13 100644
--- a/assets/css/_page/_single.scss
+++ b/assets/css/_page/_single.scss
@@ -339,17 +339,10 @@
}
}
- .version {
- img {
- min-height: 1.2rem;
- vertical-align: sub;
- }
-
- &.small {
- img {
- min-height: 1rem;
- }
- }
+ .version img {
+ min-height: 1.2rem;
+ height: 1.2rem;
+ vertical-align: text-bottom;
}
}