Add main menu; add panel fixes

This commit is contained in:
obergodmar
2020-07-01 21:35:19 +03:00
parent 4b1666c584
commit 839355f1de
15 changed files with 194 additions and 78 deletions
+24
View File
@@ -33,6 +33,30 @@ body {
width: 100vw;
height: 100vh;
overflow: hidden;
position: relative;
}
.author {
padding: 0 10px;
width: 130px;
font-family: $font;
text-shadow: $fontShadow;
color: $fontColor;
font-size: 16px;
display: flex;
align-items: center;
justify-content: space-between;
a {
cursor: $cursorPointer, auto;
color: inherit;
text-decoration: none;
&:focus {
outline: none;
box-shadow: $hoverBox;
}
}
}
button {