Refactoring using eslint & prettier

This commit is contained in:
obergodmar
2020-08-19 14:58:49 +03:00
parent 3868d89571
commit 26e9c3afaa
67 changed files with 2068 additions and 2502 deletions
@@ -4,25 +4,25 @@ $menuHeight: 42px;
$menuWidth: 290px;
.main-menu {
position: absolute;
right: 0;
top: 0;
z-index: 3;
display: flex;
align-items: center;
justify-content: flex-end;
border: 1px double $fontColor;
border-image: $rangeBorder 5 5 5 5;
background: $panelBackground center repeat;
border-image-width: 5px;
border-image-repeat: round round;
border-radius: 6px;
padding: 2px 3px;
position: absolute;
top: 0;
right: 0;
z-index: 3;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 2px 3px;
background: $panelBackground center repeat;
border: 1px double $fontColor;
border-radius: 6px;
border-image: $rangeBorder 5 5 5 5;
border-image-width: 5px;
border-image-repeat: round round;
&:hover {
.author {
width: 130px;
opacity: 1;
&:hover {
.author {
width: 130px;
opacity: 1;
}
}
}
}