mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Aligned text to the right side in Server Info section in Dashboard
This commit is contained in:
@@ -1368,9 +1368,15 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.serverInfo>:nth-child(1n) {
|
||||||
|
-webkit-flex: 1 0 30%;
|
||||||
|
flex: 1 0 30%;
|
||||||
|
}
|
||||||
|
|
||||||
.serverInfo>:nth-child(2n) {
|
.serverInfo>:nth-child(2n) {
|
||||||
-webkit-flex: 1 0 60%;
|
-webkit-flex: 1 0 50%;
|
||||||
flex: 1 0 60%;
|
flex: 1 0 50%;
|
||||||
|
text-align: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItemIcon:not(.listItemIcon-transparent) {
|
.listItemIcon:not(.listItemIcon-transparent) {
|
||||||
|
Reference in New Issue
Block a user