Bugfix/#107 list dividers #108

Merged
Serraniel merged 3 commits from bugfix/#107-list-dividers into support/0.3 2020-11-04 21:22:59 +01:00
Showing only changes of commit 5b6111cc78 - Show all commits

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;
}
}