Skip to content
Snippets Groups Projects
Commit 3b506c2c authored by Leander's avatar Leander
Browse files

style: minor improvements

parent 74225f64
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
body { body {
font-family: Segoe UI, sans-serif; font-family: Segoe UI, sans-serif;
background-image: linear-gradient(to right, var(--tertiary), var(--quaternary)); background-color: var(--quaternary);
color: var(--text); color: var(--text);
&::before { /*&::before {
content: ''; content: '';
position: fixed; position: fixed;
top: 10%; top: 10%;
...@@ -43,7 +43,7 @@ body { ...@@ -43,7 +43,7 @@ body {
filter: blur(125px); filter: blur(125px);
z-index: -1; z-index: -1;
animation: shimmer 10s infinite; animation: shimmer 10s infinite;
} }*/
} }
h1 { h1 {
...@@ -91,6 +91,8 @@ h1 { ...@@ -91,6 +91,8 @@ h1 {
#bubble-chart-wrapper { #bubble-chart-wrapper {
position: relative; position: relative;
margin: 0 auto;
width: fit-content;
} }
.bubble-chart-settings { .bubble-chart-settings {
...@@ -98,7 +100,7 @@ h1 { ...@@ -98,7 +100,7 @@ h1 {
top: 100%; top: 100%;
right: 0; right: 0;
display: flex; display: flex;
padding: 1rem; padding: 2rem;
border-radius: 0.5rem; border-radius: 0.5rem;
flex-direction: column; flex-direction: column;
align-items: flex-end; align-items: flex-end;
...@@ -113,6 +115,10 @@ h1 { ...@@ -113,6 +115,10 @@ h1 {
justify-content: flex-end; justify-content: flex-end;
gap: 1rem; gap: 1rem;
} }
input, select {
min-width: 250px;
margin-left: 1rem;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment