add open file
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user