diff --git a/src/_sass/gtk/_common-4.0.scss b/src/_sass/gtk/_common-4.0.scss index b274761..b7dec43 100644 --- a/src/_sass/gtk/_common-4.0.scss +++ b/src/_sass/gtk/_common-4.0.scss @@ -34,7 +34,9 @@ dnd { .symbolic-circular { background-color: $fill; border-radius: $circular-radius; - padding: $container-padding; + padding: 0; + min-height: 32px; + min-width: 32px; } spinner:disabled, diff --git a/src/gtk/4.0/gtk-Compact.css b/src/gtk/4.0/gtk-Compact.css index e11640b..40a1c97 100644 --- a/src/gtk/4.0/gtk-Compact.css +++ b/src/gtk/4.0/gtk-Compact.css @@ -33,7 +33,9 @@ dnd { .symbolic-circular { background-color: rgba(0, 0, 0, 0.04); border-radius: 9999px; - padding: 4px; + padding: 0; + min-height: 32px; + min-width: 32px; } spinner:disabled, diff --git a/src/gtk/4.0/gtk-Dark-Compact.css b/src/gtk/4.0/gtk-Dark-Compact.css index adfaf5c..b42730e 100644 --- a/src/gtk/4.0/gtk-Dark-Compact.css +++ b/src/gtk/4.0/gtk-Dark-Compact.css @@ -33,7 +33,9 @@ dnd { .symbolic-circular { background-color: rgba(255, 255, 255, 0.04); border-radius: 9999px; - padding: 4px; + padding: 0; + min-height: 32px; + min-width: 32px; } spinner:disabled, diff --git a/src/gtk/4.0/gtk-Dark.css b/src/gtk/4.0/gtk-Dark.css index 5b6ca19..a8a0f86 100644 --- a/src/gtk/4.0/gtk-Dark.css +++ b/src/gtk/4.0/gtk-Dark.css @@ -33,7 +33,9 @@ dnd { .symbolic-circular { background-color: rgba(255, 255, 255, 0.04); border-radius: 9999px; - padding: 6px; + padding: 0; + min-height: 32px; + min-width: 32px; } spinner:disabled, diff --git a/src/gtk/4.0/gtk-Light-Compact.css b/src/gtk/4.0/gtk-Light-Compact.css index 4fa97af..5774599 100644 --- a/src/gtk/4.0/gtk-Light-Compact.css +++ b/src/gtk/4.0/gtk-Light-Compact.css @@ -33,7 +33,9 @@ dnd { .symbolic-circular { background-color: rgba(0, 0, 0, 0.04); border-radius: 9999px; - padding: 4px; + padding: 0; + min-height: 32px; + min-width: 32px; } spinner:disabled, diff --git a/src/gtk/4.0/gtk-Light.css b/src/gtk/4.0/gtk-Light.css index ef610a3..6713af3 100644 --- a/src/gtk/4.0/gtk-Light.css +++ b/src/gtk/4.0/gtk-Light.css @@ -33,7 +33,9 @@ dnd { .symbolic-circular { background-color: rgba(0, 0, 0, 0.04); border-radius: 9999px; - padding: 6px; + padding: 0; + min-height: 32px; + min-width: 32px; } spinner:disabled, diff --git a/src/gtk/4.0/gtk.css b/src/gtk/4.0/gtk.css index 5f6ce62..bc57e7f 100644 --- a/src/gtk/4.0/gtk.css +++ b/src/gtk/4.0/gtk.css @@ -33,7 +33,9 @@ dnd { .symbolic-circular { background-color: rgba(0, 0, 0, 0.04); border-radius: 9999px; - padding: 6px; + padding: 0; + min-height: 32px; + min-width: 32px; } spinner:disabled,