mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update virtual-machines.tsx
This commit is contained in:
@@ -642,6 +642,19 @@ export function VirtualMachines() {
|
||||
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 */
|
||||
table + p {
|
||||
margin-top: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user