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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/components/_codetab.scss')
-rw-r--r--assets/sass/components/_codetab.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/sass/components/_codetab.scss b/assets/sass/components/_codetab.scss
index fd98e75..896bfda 100644
--- a/assets/sass/components/_codetab.scss
+++ b/assets/sass/components/_codetab.scss
@@ -3,9 +3,9 @@
&__links {
position: absolute;
- top: 0;
+ top: 2px;
left: 0;
- height: 27px;
+ height: 26px;
z-index: z('clipboard');
border-top-left-radius: 0.25rem;
@@ -18,7 +18,7 @@
}
&__link {
- height: 27px;
+ height: 26px;
border: none;
outline: none;
cursor: pointer;