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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/layouts/_bottom-bar.scss')
-rwxr-xr-xsrc/scss/layouts/_bottom-bar.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scss/layouts/_bottom-bar.scss b/src/scss/layouts/_bottom-bar.scss
index b4d5119..3a67466 100755
--- a/src/scss/layouts/_bottom-bar.scss
+++ b/src/scss/layouts/_bottom-bar.scss
@@ -11,6 +11,11 @@
z-index: map-get($z-indexes, c-post-bottom-bar);
transition: transform .25s ease-in-out;
-webkit-transition: -webkit-transform .25s ease-in-out;
+
+ min-width: $main-width - 15px * 2;
+ @media only screen and (max-width: $main-width - 15px * 2) {
+ min-width: calc(100% - 15px * 2);
+ }
}
@media #{$small-and-down} {