Fix various CodeClimate warnings

This commit is contained in:
Claire
2021-03-06 13:12:35 +01:00
parent 454d036b74
commit 318efa49de
13 changed files with 43 additions and 41 deletions

View File

@@ -14,7 +14,7 @@
}
&.small {
border: none;
border: 0;
padding: 0;
& > .account__avatar-wrapper { margin: 0 8px 0 0 }
@@ -278,7 +278,7 @@
}
.account-gallery__item {
border: none;
border: 0;
box-sizing: border-box;
display: block;
position: relative;