Compare commits
2 Commits
defcc55e2a
...
7e8cbecac5
Author | SHA1 | Date |
---|---|---|
Tracker-Friendly | 7e8cbecac5 | |
Tracker-Friendly | f88532012e |
|
@ -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 {
|
||||
|
|
Reference in New Issue