Skip to content

Commit 60b473f

Browse files
authored
UI: Fix CSS in footer (OpenEMS#2594)
1 parent 4b3f35b commit 60b473f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

ui/src/app/shared/footer/footer.ts

+8-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { Role } from "../type/role";
1010
@Component({
1111
selector: 'oe-footer',
1212
styles: [`
13-
1413
:host[data-isSmartPhone=true] {
1514
position: relative;
1615
}
@@ -19,16 +18,16 @@ import { Role } from "../type/role";
1918
position: sticky;
2019
bottom: 0;
2120
width: 100%;
22-
2321
font-size: 14px !important;
24-
ion-row: {
25-
text-align: center;
26-
}
22+
}
23+
24+
ion-row {
25+
text-align: center;
26+
}
2727
28-
ion-item: {
29-
--min-height: initial !important;
30-
font-size: inherit;
31-
}
28+
ion-item {
29+
--min-height: initial !important;
30+
font-size: inherit;
3231
}
3332
`],
3433
templateUrl: 'footer.html',

0 commit comments

Comments
 (0)