Compare commits
No commits in common. "7e8cbecac5e4051f25776849ae55eb9e99f08306" and "defcc55e2aca54cd78038ed6b30b6f34a665bc5a" have entirely different histories.
7e8cbecac5
...
defcc55e2a
1 changed files with 0 additions and 4 deletions
|
@ -60,7 +60,6 @@ body {
|
||||||
left: 5px;
|
left: 5px;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
box-shadow: lightgrey 5px 5px 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.closebar {
|
.closebar {
|
||||||
|
@ -75,8 +74,6 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-right: 8px;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -138,7 +135,6 @@ 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 a new issue