#107 Added fix for border overlapping

This commit is contained in:
Serraniel 2020-11-04 20:56:11 +01:00
parent 58514c90a3
commit 5b6111cc78
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -3,5 +3,6 @@ md-list-item {
// added important to override aniwatch new introduced border which has a different, more "aggressive" color
// https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756
border-bottom: 1px solid $gray !important;
margin-bottom: -1px;
}
}