diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 8bbd0bd19..222f14456 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -87,6 +87,9 @@ footer > .p { } .table-actions { + display: flex; + justify-content: end; + gap: 6px; /* those margins will give table rows in Pankow TableViews some more space */ margin-top: 4px; margin-bottom: 4px; @@ -132,6 +135,25 @@ tr:hover .table-actions { font-size: 12px; } +.section-header { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: center; + margin-top: 50px; + gap: 5px; + padding-right: 15px; +} + +.section-header > div { + display: flex; + gap: 6px; +} + +h1.section-header { + margin-top: 20px; +} + /* info table label:value in Sections */ .info-row { display: flex; diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index a12a2c345..fd7371677 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -544,20 +544,6 @@ h2 { z-index: 200; } -.section-header { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - align-items: center; - margin-top: 50px; - gap: 5px; - padding-right: 15px; -} - -h1.section-header { - margin-top: 20px; -} - .offscreen { position: absolute; left: -999em; diff --git a/dashboard/src/views/AppsView.vue b/dashboard/src/views/AppsView.vue index e4b790b02..bfda38091 100644 --- a/dashboard/src/views/AppsView.vue +++ b/dashboard/src/views/AppsView.vue @@ -261,7 +261,7 @@ onUnmounted(() => {