Skip to content

Commit

Permalink
Merge pull request #725 from CircleCrop/preview
Browse files Browse the repository at this point in the history
限制导航栏宽度防止溢出
  • Loading branch information
mirai-mamori authored May 15, 2023
2 parents 12dd3f2 + b0cf807 commit 8f38f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions inc/decorate.php
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ function customizer_css() { ?>
-moz-animation: fadeInLeft <?=iro_opt('nav_menu_animation_time'); ?>s;
-webkit-animation:fadeInLeft <?=iro_opt('nav_menu_animation_time'); ?>s;
animation: fadeInLeft <?=iro_opt('nav_menu_animation_time'); ?>s;
max-width: 76vw;
}
@-moz-keyframes fadeInLeft {
0% {
Expand Down
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ a {
-webkit-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
-moz-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
word-break:break-word;
}

h1 {
Expand Down Expand Up @@ -5196,7 +5197,7 @@ summary,

figure {
display: block;
margin: 1em 40px;
margin: 1em;
}

audio,
Expand Down Expand Up @@ -8131,7 +8132,7 @@ body.dark .post-list-thumb:hover {
@media (max-width:580px) {
.comment .body p {
margin: 0;
font-size: 12px;
font-size: 15px;
line-height: 24px;
padding-bottom: 13px;
}
Expand Down Expand Up @@ -8465,7 +8466,7 @@ body.dark .post-list-thumb:hover {
}

.entry-content p {
font-size: 14px;
font-size: 16px;
}

.site-footer {
Expand Down

0 comments on commit 8f38f4b

Please sign in to comment.