add open file

This commit is contained in:
2020-12-25 00:33:11 +01:00
parent edfc98e08e
commit e9b2231581
5 changed files with 43 additions and 9 deletions

View File

@@ -20,7 +20,6 @@ ul {
ul:nth-child(1) {
padding: 1em 1em;
position: absolute;
}
li:hover {
@@ -66,6 +65,13 @@ li::before {
}
section {
grid-area: section;
margin: 1em 2em;
}
textarea {
width: 100%;
height: 100%;
resize: none;
}
aside {
@@ -97,6 +103,7 @@ sub {
height: 100%;
justify-items: center;
align-items: center;
top: 0;
}
.settingsBtn {