Compare commits

..

No commits in common. "641b152a82705d9debb8243fc7f741b146934bf0" and "8ab791ccd36c42a7e3b1d744edeb161213cc2b2e" have entirely different histories.

View File

@ -297,19 +297,17 @@
/* Recessed dark panel wrapping the body same recipe as .backup-snapshots-
container / .tasks-container. */
.updater-detail-container {
padding: 16px;
padding: 4px 16px;
margin: 16px;
background: rgba(var(--bg-rgb), 0.2);
border-radius: 8px;
}
/* Inside the container the Version / Security / Recovery / History sections are
separated by divider lines (the fleet row-details, not in this container, keep
their gap-only spacing). The first/last sections drop their outer padding so
the container's own 16px inset sets an even top/bottom margin. */
their gap-only spacing). */
.updater-detail-container .updater-detail { gap: 0; padding-top: 0; }
.updater-detail-container .updater-detail-section { padding: 16px 0; }
.updater-detail-container .updater-detail-section:first-child { padding-top: 0; }
.updater-detail-container .updater-detail-section:last-child { padding-bottom: 0; }
.updater-detail-container .updater-detail-section + .updater-detail-section {
border-top: 1px solid var(--border-color);
}