1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

🔀 Recompile after a merge

This commit is contained in:
Steffo 2021-10-21 20:07:38 +02:00
parent d590b52024
commit 0ff9ba0a2b
Signed by: steffo
GPG key ID: 6965406171929D01
10 changed files with 22 additions and 10 deletions

View file

@ -1390,4 +1390,3 @@
margin-right: auto !important;
}
}

View file

@ -67,6 +67,7 @@ body,
body *,
.bluelib * {
color: rgba(var(--bluelib-color-r), var(--bluelib-color-g), var(--bluelib-color-b), 1);
scrollbar-color: rgb(var(--bluelib-foreground-r), var(--bluelib-foreground-g), var(--bluelib-foreground-b)) rgb(var(--bluelib-background-r), var(--bluelib-background-g), var(--bluelib-background-b));
}
body,
.bluelib,
@ -95,7 +96,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {
@ -188,6 +188,7 @@ body .panel,
padding: 8px;
border-radius: 4px;
width: 100%;
min-width: 312px;
background-color: rgba(var(--bluelib-color-r), var(--bluelib-color-g), var(--bluelib-color-b), 0.03);
border-color: rgba(var(--bluelib-color-r), var(--bluelib-color-g), var(--bluelib-color-b), 0.125);
}
@ -2226,6 +2227,18 @@ body .form .form-row .panel,
.bluelib .form .form-row .panel {
margin: 0;
}
body form .form-row:first-child,
.bluelib form .form-row:first-child,
body .form .form-row:first-child,
.bluelib .form .form-row:first-child {
margin-top: 0;
}
body form .form-row:last-child,
.bluelib form .form-row:last-child,
body .form .form-row:last-child,
.bluelib .form .form-row:last-child {
margin-bottom: 0;
}
body h1,
.bluelib h1,
body h2,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long