Compare commits

...

2 Commits

1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,7 @@ body {
left: 5px;
bottom: 5px;
overflow-y: auto;
box-shadow: lightgrey 5px 5px 5px;
}
.closebar {
@ -74,6 +75,8 @@ body {
height: 100%;
display: flex;
flex-direction: column;
padding-right: 8px;
z-index: 2;
}
h1 {
@ -135,6 +138,7 @@ button {
min-width: 28px;
transition: all 0.3s ease;
margin-left: auto;
box-shadow: lightgrey 5px 5px 5px;
}
button:hover {