mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Minor
This commit is contained in:
parent
c399984b7f
commit
0b9b5102ec
1 changed files with 2 additions and 2 deletions
|
@ -725,7 +725,7 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-body {
|
.sidebar-body {
|
||||||
padding: 15px 15px 68px 15px;
|
padding: 0 10px 10px 10px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: calc(100% - 70px);
|
height: calc(100% - 70px);
|
||||||
|
@ -733,7 +733,7 @@ h1 {
|
||||||
|
|
||||||
.sidebar-footer {
|
.sidebar-footer {
|
||||||
border-top: 1px solid #ededed;
|
border-top: 1px solid #ededed;
|
||||||
padding: 15px;
|
padding: 10px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue