feat(webui): add footer
Also make it automatically open the web when you launch the app.
This commit is contained in:
@ -15,6 +15,20 @@ header {
|
||||
background-color: #ffffff50;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 20px 0px;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.block {
|
||||
width: fit-content;
|
||||
border: 1px solid #fff;
|
||||
|
||||
Reference in New Issue
Block a user