mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 03:26:17 +00:00
Update virtual-machines.tsx
This commit is contained in:
@@ -642,6 +642,19 @@ export function VirtualMachines() {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style the second cell of the table to match Proxmox UI */
|
||||||
|
table td:nth-child(2) {
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 16px;
|
||||||
|
border-left: 2px solid rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Ensure h1 and p in the second cell are left-aligned */
|
||||||
|
table td:nth-child(2) h1,
|
||||||
|
table td:nth-child(2) p {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
/* Add separator after tables */
|
/* Add separator after tables */
|
||||||
table + p {
|
table + p {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user