mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-08-07 07:16:13 +00:00
Some fixes and changes to run css
This commit is contained in:
Vendored
+26
-1
@@ -1302,12 +1302,22 @@ hr {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.livestats-container .livestats strong span {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.livestats-container .livestats.flexcolumn {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus
|
||||
@@ -1329,9 +1339,16 @@ select:-webkit-autofill:focus {
|
||||
.title-marquee {
|
||||
width: 125px;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: start;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.title-marquee span {
|
||||
.title-marquee > span, .title-marquee > strong {
|
||||
white-space: nowrap;
|
||||
-webkit-transform: translate(0, 0);
|
||||
transform: translate(0, 0);
|
||||
@@ -1339,6 +1356,14 @@ select:-webkit-autofill:focus {
|
||||
animation: marquee 8s linear;
|
||||
}
|
||||
|
||||
.title-marquee .title {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.no-marquee .title {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes marquee {
|
||||
0% {
|
||||
-webkit-transform: translate(0, 0);
|
||||
|
||||
Reference in New Issue
Block a user