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/components/_post-actions.scss')
-rwxr-xr-xsrc/scss/components/_post-actions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/components/_post-actions.scss b/src/scss/components/_post-actions.scss
index a23c5dd..2159298 100755
--- a/src/scss/components/_post-actions.scss
+++ b/src/scss/components/_post-actions.scss
@@ -25,7 +25,7 @@
li.post-action {
float: left;
// Fix a bug on Firefox. the right part of button `previous` fall down without this `min-width`
- min-width: 42px;
+ min-width: 45px;
&:last-child {
.post-action-btn {