mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Help.vue border fixes when in Mobile view (#197)
* Border fix * Fix :hover
This commit is contained in:
parent
34bf0442df
commit
1266b4e14c
@ -294,7 +294,7 @@ export default {
|
|||||||
width 100%
|
width 100%
|
||||||
left 0
|
left 0
|
||||||
.column
|
.column
|
||||||
padding 0.4rem 0.6rem
|
margin 0.4rem 0.6rem
|
||||||
.card
|
.card
|
||||||
height auto
|
height auto
|
||||||
width auto
|
width auto
|
||||||
@ -325,7 +325,7 @@ export default {
|
|||||||
p
|
p
|
||||||
font-size 1rem
|
font-size 1rem
|
||||||
&:hover
|
&:hover
|
||||||
border-bottom 1px solid #cfd4db
|
border-bottom 2px solid #cfd4db
|
||||||
border-bottom-left-radius 6px
|
border-bottom-left-radius 6px
|
||||||
border-bottom-right-radius 6px
|
border-bottom-right-radius 6px
|
||||||
position inherit
|
position inherit
|
||||||
|
Loading…
Reference in New Issue
Block a user