Skip to content

Commit 65df6e8

Browse files
committed
rm obsolete style block in myservers1
1 parent 884cd6e commit 65df6e8

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

  • plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include

plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/myservers1.php

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,6 @@
99
* all copies or substantial portions of the Software.
1010
*/
1111
?>
12-
<style>
13-
#header {
14-
z-index: 102 !important;
15-
display: -webkit-box;
16-
display: -ms-flexbox;
17-
display: flex;
18-
-webkit-box-pack: justify;
19-
-ms-flex-pack: justify;
20-
justify-content: space-between;
21-
-webkit-box-align: center;
22-
-ms-flex-align: center;
23-
align-items: center;
24-
}
25-
#header unraid-i18n-host {
26-
font-size: 16px;
27-
margin-left: auto;
28-
height: 100%;
29-
}
30-
31-
/**
32-
* Tools page, rotate the Downgrade icon to prevent needing to add a new icon to the icon font.
33-
* The pseudo element is targeted here otherwise the rotation of the span would mess up spacing with the text.
34-
*/
35-
a[href="/Tools/Downgrade"] .icon-update:before {
36-
display: inline-block; /* required otherwise the rotation won't work */
37-
rotate: 180deg;
38-
}
39-
/* overriding #header .logo svg */
40-
#header .logo .partner-logo svg {
41-
fill: var(--header-text-primary);
42-
width: auto;
43-
height: 28px;
44-
}
45-
</style>
4612
<?php
4713
require_once("$docroot/plugins/dynamix.my.servers/include/web-components-extractor.php");
4814

0 commit comments

Comments
 (0)