mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Fix codefactor issues
This commit is contained in:
parent
4692061526
commit
0ec90dfd81
@ -249,7 +249,6 @@
|
||||
text-align: left;
|
||||
font-family: Typewriter, serif;
|
||||
font-size: 1.4rem;
|
||||
text-align: left;
|
||||
border-bottom: 0.15rem solid var(--color-automator-controls-background);
|
||||
}
|
||||
|
||||
@ -292,7 +291,6 @@
|
||||
border-right: 0.15rem solid var(--color-automator-controls-background);
|
||||
border-bottom: 0.15rem solid var(--color-automator-controls-background);
|
||||
background-color: var(--color-automator-docs-background);
|
||||
padding-left: 1rem;
|
||||
font-size: 1.4rem;
|
||||
color: var(--color-automator-docs-font);
|
||||
}
|
||||
@ -337,8 +335,4 @@
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
left: -1px;
|
||||
font-family: "Times New Roman", serif;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 700;
|
||||
color: red;
|
||||
}
|
||||
|
@ -8942,7 +8942,6 @@ kbd {
|
||||
background: var(--color-blockmator-block-background);
|
||||
color: var(--color-blockmator-block-font);
|
||||
border-radius: var(--var-border-radius, 0.5rem);
|
||||
padding: 0.5rem;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
cursor: grab;
|
||||
@ -9013,7 +9012,6 @@ kbd {
|
||||
background: var(--color-blockmator-block-background);
|
||||
color: var(--color-blockmator-editor-selection);
|
||||
border-radius: var(--var-border-radius, 0.5rem);
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
input.o-automator-block-input {
|
||||
@ -9032,7 +9030,6 @@ input.o-automator-block-input {
|
||||
.o-automator-block-delete {
|
||||
color: var(--color-blockmator-block-delete);
|
||||
font-size: 1.7rem;
|
||||
color: #ff3333;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user