Gnome-Shell: remove dash-to-dock padding

This commit is contained in:
Daniel Ruiz de Alegría 2021-11-04 10:07:26 +01:00
parent 5a7a42d181
commit 92dc28a196
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
3 changed files with 0 additions and 8 deletions

View File

@ -2536,9 +2536,6 @@ StScrollBar {
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
color: black; } color: black; }
#dashtodockContainer {
padding: 10px; }
/* App Folders */ /* App Folders */
.app-well-app.app-folder, .app-well-app.app-folder .overview-icon.overview-icon-with-label { .app-well-app.app-folder, .app-well-app.app-folder .overview-icon.overview-icon-with-label {
background-color: rgba(255, 255, 255, 0.1); } background-color: rgba(255, 255, 255, 0.1); }

View File

@ -2531,9 +2531,6 @@ StScrollBar {
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
color: black; } color: black; }
#dashtodockContainer {
padding: 10px; }
/* App Folders */ /* App Folders */
.app-well-app.app-folder, .app-well-app.app-folder .overview-icon.overview-icon-with-label { .app-well-app.app-folder, .app-well-app.app-folder .overview-icon.overview-icon-with-label {
background-color: rgba(255, 255, 255, 0.1); } background-color: rgba(255, 255, 255, 0.1); }

View File

@ -328,8 +328,6 @@ $_osd_color: if($variant=='light', black, $fg_color);
} }
} }
#dashtodockContainer { padding: $dash_padding; }
/* App Folders */ /* App Folders */
.app-well-app.app-folder { .app-well-app.app-folder {
&, & .overview-icon.overview-icon-with-label { &, & .overview-icon.overview-icon-with-label {