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:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2021-09-08 12:05:08 +0300
committerGitHub <noreply@github.com>2021-09-08 12:05:08 +0300
commit866ffd1207495dded6332136c323523b870d7b48 (patch)
tree3cc2437f277672d77d633ba06768931f33b0f8d5
parent637e0acd6ff40b4dcc567a551ae54c3165201a06 (diff)
parenteeaa51eeb135b6dd42768bb235e0b2bb29879660 (diff)
Merge pull request #514 from kakawait/report-fix-for-smallscreen
Fix bug on old FF on small screen
-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 {