xaoxuu 4 years ago
parent af7102c510
commit 32b9528021
  1. 3
      source/css/_layout/main.styl
  2. 4
      source/css/_layout/navbar.styl
  3. 2
      source/css/_layout/search.styl
  4. 1
      source/css/_third-party/fancybox.styl

@ -213,6 +213,7 @@
p
color: white
padding-top: 3px
padding-right: 2px
&:hover
color: white
p
@ -224,7 +225,7 @@
p
color: $color-meta
display: flex
align-items: center
align-items: baseline
justify-content: center
margin: 0 $gap 0 0
&:last-child

@ -4,7 +4,7 @@
left: 0
height: 2px
width: 100%
z-index: 999999
z-index: 99999
#loading-bar
position: fixed
@ -18,7 +18,7 @@
$iconW = 32px
$iconMargin = 4px
position: fixed
z-index: 99999
z-index: 1000
top: 0
width: 100%
height: $navbar-height

@ -7,7 +7,7 @@
width: 100%
height: 100%
padding: 60px 20px
z-index: 99999 + 1
z-index: 1001
@media screen and (max-width: $modal-threshold)
padding: 0px
.modal

@ -1,5 +1,6 @@
div.fancybox
margin: $gap-row 0
overflow: hidden
$sp = 1px
>a,>p>a
margin: $sp

Loading…
Cancel
Save