aboutsummaryrefslogtreecommitdiff
path: root/src/app/css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-02-03 22:14:42 +0100
committer0neGal <mail@0negal.com>2024-02-03 22:14:42 +0100
commita12be054d2352f4a9c6613b460a8ae63bf5bfb7a (patch)
treeb456d1aef4f5df60389ff40c356a58c7cdb66493 /src/app/css
parentc1c5c64e36407aefb250236a91253446b3486419 (diff)
downloadViper-a12be054d2352f4a9c6613b460a8ae63bf5bfb7a.tar.gz
Viper-a12be054d2352f4a9c6613b460a8ae63bf5bfb7a.zip
fixed some places using spaces for indentation
Ew! Bad! No! Bad! Bad!
Diffstat (limited to 'src/app/css')
-rw-r--r--src/app/css/grid.css6
-rw-r--r--src/app/css/launcher.css8
-rw-r--r--src/app/css/popups.css8
3 files changed, 11 insertions, 11 deletions
diff --git a/src/app/css/grid.css b/src/app/css/grid.css
index f0ea4a4..d44784b 100644
--- a/src/app/css/grid.css
+++ b/src/app/css/grid.css
@@ -125,9 +125,9 @@
.grid .el .image img.blur {
z-index: -1;
- position: relative;
- filter: blur(10px);
- top: calc(var(--height) * -1 + 5px);
+ position: relative;
+ filter: blur(10px);
+ top: calc(var(--height) * -1 + 5px);
}
.grid .el .text {
diff --git a/src/app/css/launcher.css b/src/app/css/launcher.css
index 38c62ac..913e732 100644
--- a/src/app/css/launcher.css
+++ b/src/app/css/launcher.css
@@ -76,7 +76,7 @@
color: white;
flex-grow: 1;
opacity: 1.0;
- margin-left: 5%;
+ margin-left: 5%;
position: absolute;
transition: 0.15s ease-in-out;
}
@@ -298,9 +298,9 @@ button.visual {
}
code {
- font-size: 16px;
- padding: 2px 5px;
- border-radius: 3px;
+ font-size: 16px;
+ padding: 2px 5px;
+ border-radius: 3px;
background-color: #00000070;
}
diff --git a/src/app/css/popups.css b/src/app/css/popups.css
index 4a6d2e3..d105eb2 100644
--- a/src/app/css/popups.css
+++ b/src/app/css/popups.css
@@ -153,10 +153,10 @@
width: 1em;
height: 1em;
content: " ";
- background-size: 75%;
+ background-size: 75%;
filter: brightness(1.3);
- background-position: center;
- background-repeat: no-repeat;
+ background-position: center;
+ background-repeat: no-repeat;
transition: 0.15s ease-in-out;
background-color: var(--selbg);
margin-right: calc(var(--spacing) / 3);
@@ -165,7 +165,7 @@
.check.checked::before {
background-color: rgb(var(--red));
- background-image: url(../icons/check.png);
+ background-image: url(../icons/check.png);
}
.option .text,