This commit is contained in:
PhilReact 2023-09-19 11:14:53 -05:00
parent e3d227ca25
commit 2de6f4d25b
2 changed files with 3 additions and 4 deletions

View File

@ -135,7 +135,7 @@ class ShowPlugin extends connect(store)(LitElement) {
min-width: 110px;
max-width: 220px;
overflow: hidden;
zIndex: 2;
z-index: 2;
}
.tabCard {
@ -171,7 +171,7 @@ class ShowPlugin extends connect(store)(LitElement) {
border-left: 1px solid var(--black);
border-right: 1px solid var(--black);
border-bottom: 1px solid var(--white);
zIndex: 1;
z-index: 1;
}
.close {
@ -901,7 +901,7 @@ class NavBar extends connect(store)(LitElement) {
display: flex;
justify-content: space-between;
align-items: center;
background-color: color: var(--white);
background-color: var(--white);
padding: 10px 20px;
max-width: 750px;
width: 80%;

View File

@ -175,7 +175,6 @@ class SettingsPage extends connect(store)(LitElement) {
}
render() {
console.log('this.dropdownOpen', this.dropdownOpen);
return html`
<mwc-dialog id="settingsDialog" opened="false">
<div style="display: inline; text-align: center;">