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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/journal.scss')
-rw-r--r--assets/scss/journal.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 83f601b..7f8db12 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -1003,6 +1003,10 @@ a {
.pagination {
display: none;
+ .pagination-action {
+ -webkit-appearance: none; // Fix bootstrap set the appearance to button.
+ }
+
@media screen and (max-width: $single-column-max-width) {
display: flex !important;
flex-direction: row;