mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
bugfixes
This commit is contained in:
@@ -51,7 +51,7 @@ h4 {
|
||||
padding: 5px 25px;
|
||||
z-index: 1000;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
p#tuner-desc {
|
||||
@@ -126,7 +126,7 @@ label {
|
||||
line-height: 64px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
transition: 500ms ease-in-out background;
|
||||
transition: 500ms ease background;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -143,7 +143,7 @@ label {
|
||||
line-height: 64px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
transition: 500ms ease-in-out background;
|
||||
transition: 500ms ease background;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ label {
|
||||
align-items: center;
|
||||
font-size: 18px;
|
||||
border-radius: 10px;
|
||||
transition: 0.3s ease-in-out background-color;
|
||||
transition: 0.3s ease background-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -331,6 +331,10 @@ pre {
|
||||
margin: auto !important;
|
||||
width: 100%;
|
||||
}
|
||||
h1#tuner-name {
|
||||
max-width: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
h2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user