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