You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
offline optimization, new signal chart, ui optimization
This commit is contained in:
@@ -22,6 +22,15 @@ h1#tuner-name {
|
||||
transition: 0.3s ease color;
|
||||
}
|
||||
|
||||
#tuner-name i {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
#tuner-name i.rotated {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
|
||||
h1#tuner-name:hover {
|
||||
color: var(--color-main-bright);
|
||||
}
|
||||
@@ -75,9 +84,13 @@ label {
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
width: 100%;
|
||||
height: 175px;
|
||||
width: calc(100% - 20px);
|
||||
height: 140px;
|
||||
overflow: hidden;
|
||||
border-radius: 15px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#data-ant {
|
||||
|
||||
9
web/css/libs/fontawesome.css
vendored
Normal file
9
web/css/libs/fontawesome.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
web/css/webfonts/fa-brands-400.ttf
Normal file
BIN
web/css/webfonts/fa-brands-400.ttf
Normal file
Binary file not shown.
BIN
web/css/webfonts/fa-brands-400.woff2
Normal file
BIN
web/css/webfonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
web/css/webfonts/fa-regular-400.ttf
Normal file
BIN
web/css/webfonts/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
web/css/webfonts/fa-regular-400.woff2
Normal file
BIN
web/css/webfonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
web/css/webfonts/fa-solid-900.ttf
Normal file
BIN
web/css/webfonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
web/css/webfonts/fa-solid-900.woff2
Normal file
BIN
web/css/webfonts/fa-solid-900.woff2
Normal file
Binary file not shown.
BIN
web/css/webfonts/fa-v4compatibility.ttf
Normal file
BIN
web/css/webfonts/fa-v4compatibility.ttf
Normal file
Binary file not shown.
BIN
web/css/webfonts/fa-v4compatibility.woff2
Normal file
BIN
web/css/webfonts/fa-v4compatibility.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user