mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
Code quality fixes
Some checks failed
Lint Test / build (20) (push) Waiting to run
MacOS Build / build (20) (push) Waiting to run
Windows Build / build (20) (push) Waiting to run
MacOS 12 - x64 DMG Build / build (20) (push) Has been cancelled
Ubuntu 22.04 - AppImage Build / build (20) (push) Has been cancelled
Ubuntu 22.04 - x64 DEB Build / build (20) (push) Has been cancelled
Ubuntu 24.04 - x64 DEB Build / build (20) (push) Has been cancelled
Some checks failed
Lint Test / build (20) (push) Waiting to run
MacOS Build / build (20) (push) Waiting to run
Windows Build / build (20) (push) Waiting to run
MacOS 12 - x64 DMG Build / build (20) (push) Has been cancelled
Ubuntu 22.04 - AppImage Build / build (20) (push) Has been cancelled
Ubuntu 22.04 - x64 DEB Build / build (20) (push) Has been cancelled
Ubuntu 24.04 - x64 DEB Build / build (20) (push) Has been cancelled
This commit is contained in:
parent
deb7939698
commit
16a0694f29
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
.placeholder-glow .placeholder {
|
.placeholder-glow .placeholder {
|
||||||
background-color: rgba(0, 0, 0, 10%);
|
background-color: rgba(0, 0, 0, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-queue {
|
.block-queue {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 30%);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +47,7 @@
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -5px; /* Align with the blocks */
|
top: -5px; /* Align with the blocks */
|
||||||
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, 30%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Block marker for current target */
|
/* Block marker for current target */
|
||||||
|
|
Loading…
Reference in a new issue