#107 Added fix for border overlapping
This commit is contained in:
parent
58514c90a3
commit
5b6111cc78
|
@ -3,5 +3,6 @@ md-list-item {
|
||||||
// added important to override aniwatch new introduced border which has a different, more "aggressive" color
|
// added important to override aniwatch new introduced border which has a different, more "aggressive" color
|
||||||
// https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756
|
// https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756
|
||||||
border-bottom: 1px solid $gray !important;
|
border-bottom: 1px solid $gray !important;
|
||||||
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue