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

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

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

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

Loading…
Cancel
Save