mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 11:27:52 +00:00
fix css
This commit is contained in:
parent
e3d227ca25
commit
2de6f4d25b
@ -135,7 +135,7 @@ class ShowPlugin extends connect(store)(LitElement) {
|
|||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
max-width: 220px;
|
max-width: 220px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
zIndex: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabCard {
|
.tabCard {
|
||||||
@ -171,7 +171,7 @@ class ShowPlugin extends connect(store)(LitElement) {
|
|||||||
border-left: 1px solid var(--black);
|
border-left: 1px solid var(--black);
|
||||||
border-right: 1px solid var(--black);
|
border-right: 1px solid var(--black);
|
||||||
border-bottom: 1px solid var(--white);
|
border-bottom: 1px solid var(--white);
|
||||||
zIndex: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
@ -901,7 +901,7 @@ class NavBar extends connect(store)(LitElement) {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: color: var(--white);
|
background-color: var(--white);
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
@ -175,7 +175,6 @@ class SettingsPage extends connect(store)(LitElement) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
console.log('this.dropdownOpen', this.dropdownOpen);
|
|
||||||
return html`
|
return html`
|
||||||
<mwc-dialog id="settingsDialog" opened="false">
|
<mwc-dialog id="settingsDialog" opened="false">
|
||||||
<div style="display: inline; text-align: center;">
|
<div style="display: inline; text-align: center;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user