Add wifi sharing as a card, new settings for lan url, root and ssh
This commit is contained in:
parent
947b4ac59a
commit
ed1b03a609
52 changed files with 9067 additions and 94 deletions
3
app/static/css/bulma.min.css
vendored
Normal file
3
app/static/css/bulma.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
35
app/static/css/butter_styles.css
Normal file
35
app/static/css/butter_styles.css
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
:root {
|
||||
--bulma-navbar-tab-hover-background-color: #ffffff;
|
||||
}
|
||||
.butter-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.butter-service {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.butter-service__image {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.butter-service__content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.butter-centered {
|
||||
align-content: center;
|
||||
text-align: center;}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
html {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 468px) {
|
||||
|
||||
.file-viewer-date-modified {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue