Refactoring using eslint & prettier
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user