Skip to content

Commit

Permalink
Fix dot height in default mode (#2168)
Browse files Browse the repository at this point in the history
Fix #2160
  • Loading branch information
sergio-costas authored and vanvugt committed Apr 10, 2024
1 parent f932d7d commit e924486
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $dash_background_color: lighten($system_bg_color, 5%);
$dash_placeholder_size: 32px;
$dash_padding: $base_padding*2; // 12px
$dash_border_radius: $modal_radius + $dash_padding;
$dash_padding_gnome: $dash_padding;

// Dash to dock specifics
$dash_padding: $base_padding + 4px; // 10px
Expand Down Expand Up @@ -261,6 +262,10 @@ $dock_style_modes: [null, shrink, extended, extended-shrink];
background-color: $remark_color;
}

.dash-item-container .overview-tile .app-grid-running-dot {
margin-bottom: $dash_padding_gnome - 4px;
}

@each $side in $dock_sides {
@each $style_mode in $dock_style_modes {
$is_shrink: str-index(#{$style_mode}, shrink) !=null;
Expand Down

0 comments on commit e924486

Please sign in to comment.