Skip to content

Commit

Permalink
upt
Browse files Browse the repository at this point in the history
  • Loading branch information
HEUDavid committed Sep 27, 2024
1 parent 431ec15 commit 9bb0c04
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions static/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body {
max-height: 38vh;
list-style: none;
overflow-y: auto;
padding: 0 0 15px;
padding: 0 0 15px
}

.list li {
Expand Down Expand Up @@ -76,7 +76,7 @@ body {

.list li a {
text-decoration: none;
color: inherit;
color: inherit
}

.list li a img {
Expand All @@ -87,31 +87,31 @@ body {
transform: translate(0, -50%);
width: 250px;
height: auto;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

.list li a:hover img {
display: block;
display: block
}

.network {
width: 8em;
display: inline-block;
color: #494277;
color: #494277
}

form {
font-family: monospace;
font-family: monospace
}

::placeholder {
font-size: 12px;
font-family: monospace;
color: #656565;
color: #656565
}

.separator {
display: inline;
display: inline
}

.address {
Expand All @@ -122,7 +122,7 @@ form {
padding-top: 2px;
padding-bottom: 2px;
border-radius: 3px;
border: 0;
border: 0
}

.query_button {
Expand All @@ -133,7 +133,7 @@ form {
border-radius: 3px;
border: 0;
background: rgb(26, 115, 232);
color: white;
color: white
}

.tooltip {
Expand All @@ -151,12 +151,12 @@ form {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 1000;
z-index: 1000
}

.tooltip.show {
opacity: 1;
visibility: visible;
visibility: visible
}

.list li .circle::before {
Expand Down Expand Up @@ -197,13 +197,13 @@ form {

@media only screen and (max-height: 400px) {
.footer {
display: none;
display: none
}
}

@media only screen and (max-width: 600px) {
.network {
width: 7.3rem;
width: 7.3rem
}

.list-container {
Expand All @@ -217,11 +217,11 @@ form {

.list-container h2 {
font-size: 13pt;
padding-left: 13px;
padding-left: 13px
}

.list {
max-height: 52vh;
max-height: 52vh
}

.list li {
Expand Down

0 comments on commit 9bb0c04

Please sign in to comment.