1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 12:36:37 +02:00

Border issue with sections

This commit is contained in:
kkapsner 2018-01-08 17:08:36 +01:00
parent 2b92481004
commit 10d9c022e0
3 changed files with 16 additions and 6 deletions

View file

@ -55,7 +55,7 @@ header .bookmarkNotice {
margin-right: 0.6em;
}
.settings .section + .settingRow .content {
.settings .section + .settingRow .content, .settings .settingRow.firstVisible .content {
border-top: 0 solid black;
}