Compare commits

...

2 Commits

1 changed files with 4 additions and 0 deletions

View File

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