diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index 93ba4b950..35618f525 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -4048,8 +4048,8 @@ body.myapps-reordering .myapps-tile { .dashboard-section-files .files-tab .files .row .item-shared-marker { width: 7px; height: 7px; - right: 0; - bottom: 0; + right: 2px; + bottom: 2px; box-shadow: 0 0 0 1px white; } diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index 20482cb7a..7bf1d266f 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -680,8 +680,10 @@ span.header-sort-icon img { at the size a row icon allows, and colour is the signal that survives it. */ .item-shared-marker { position: absolute; - right: 3px; - bottom: 3px; + /* Inset onto the glyph. Sitting on the icon box's corner reads as clipped, + because the box is 5px wider than the artwork on every side. */ + right: 7px; + bottom: 7px; width: 9px; height: 9px; border-radius: 50%;