Skip to content

Commit

Permalink
Fix errors introduced in #1990, #2023 and #2025 (#2028)
Browse files Browse the repository at this point in the history
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign authored Dec 26, 2021
1 parent 5a05f1b commit cd86957
Showing 1 changed file with 36 additions and 11 deletions.
47 changes: 36 additions & 11 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,10 @@ label {
color: #000;
padding: 0;
margin: 0;
font-size: 1.3em;
line-height: 1.2;
font-size: 1em;
text-align: center;
word-break: break-word;
}

.nav.navbar-nav {
Expand All @@ -512,10 +515,32 @@ label {
background: #48f;
}

.navbar-custom-menu > .navbar-nav > li {
padding: 0 4px;
}

#pihole-diagnosis {
min-width: 50px;
}

#pihole-diagnosis svg {
font-size: 28px;
}

.icon-bounce {
animation: none;
}

.dropdown.user.user-menu {
min-width: 84px;
}

.navbar-text code {
display: inline-block;
padding: 0;
margin: 0;
font-size: inherit;
line-height: 0.95;
background: none;
font-family: inherit;
color: #cce6ff;
Expand All @@ -524,7 +549,7 @@ label {
.navbar-nav > .user-menu .user-image {
float: none;
width: 1em;
height: 1em;
height: 22px;
margin: 0;
vertical-align: baseline;
}
Expand All @@ -539,21 +564,13 @@ label {
color: #fff;
}

.fa-exclamation-triangle.fa-2x {
font-size: 1.2em;
}

.icon-bounce {
animation: none;
}

.main-header .navbar .nav > li > a > .label {
padding: 0.25em;
min-width: 1.6em;
min-height: 1.6em;
top: auto;
bottom: -0.7em;
right: -0.7em;
right: -0.3em;
font-size: 14px;
line-height: 1;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
Expand Down Expand Up @@ -758,6 +775,10 @@ label {
display: none;
}

.menu-icon {
margin-right: 0;
}

.treeview-menu li a svg {
display: inherit;
position: absolute;
Expand Down Expand Up @@ -1522,6 +1543,7 @@ table.dataTable {
}
.nav.navbar-nav {
width: auto;
max-width: calc(100vw - 210px);
top: 0;
bottom: -10px;
right: 0;
Expand All @@ -1534,6 +1556,9 @@ table.dataTable {
.nav > li > a {
padding: 6px 10px;
}
.dropdown.user.user-menu {
min-width: 40px;
}
.user-panel {
border-radius: 0;
}
Expand Down

0 comments on commit cd86957

Please sign in to comment.