UI multiple bug fixes (#2072)

* fixes #2071 #2068

* closes #2070

* closes #2046

* fixes #2074

* closes #2045

* closes #2077. Use LAN address instead of IP when opening https
This commit is contained in:
Matt Hill
2022-12-19 13:42:05 -07:00
committed by GitHub
parent 16270cbd1a
commit 6300fc5364
16 changed files with 135 additions and 103 deletions

View File

@@ -1,13 +1,16 @@
.service-avatar {
position: absolute;
top: 6px;
cursor: pointer;
.item-container {
padding-bottom: 24px;
border-bottom: 1px solid #373737;
}
ion-label {
margin-left: 64px;
.notes {
margin-left: 20px;
}
.name:only-child {
display: none;
.header {
margin-bottom: 20px;
h1 {
font-weight: bold;
margin: 0 12px 0 0;
}
}