Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Jun 13, 2023
1 parent e264f7f commit 0bcf429
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/sass/gtk/_applications-4.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,14 @@ app-context-bar {
}
}

.application-details-description {
button.circular.text-button {
border-radius: $bt_radius;
min-height: 24px;
padding: 0 8px;
}
}

.context-tile-lozenge {
min-height: 28px;
min-width: 28px;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/gtk/_common-4.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4329,7 +4329,7 @@ colorchooser .popover.osd { border-radius: $bt_radius; }
// Shortcuts Help
//
%circular_button,
button.circular {
button.circular:not(.button) {
border-radius: $circular_radius;
padding: 0;
min-height: $menuitem_size;
Expand Down

0 comments on commit 0bcf429

Please sign in to comment.