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%
|
||||
left 0
|
||||
.column
|
||||
padding 0.4rem 0.6rem
|
||||
margin 0.4rem 0.6rem
|
||||
.card
|
||||
height auto
|
||||
width auto
|
||||
@ -325,7 +325,7 @@ export default {
|
||||
p
|
||||
font-size 1rem
|
||||
&:hover
|
||||
border-bottom 1px solid #cfd4db
|
||||
border-bottom 2px solid #cfd4db
|
||||
border-bottom-left-radius 6px
|
||||
border-bottom-right-radius 6px
|
||||
position inherit
|
||||
|
Loading…
Reference in New Issue
Block a user