Skip to content

Commit

Permalink
Remove experimental padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Oct 4, 2020
1 parent e2eb3fb commit 683551f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,6 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w
box-shadow: none; }

.nautilus-window headerbar {
padding-left: 100px;
background-color: transparent;
background-image: linear-gradient(to right, alpha(#343236, 0.9) 200px, shade(#343236, 0.9), #2F2934 201px);
border-image: linear-gradient(to right, alpha(#343236, 0.9) 200px, shade(#343236, 0.9) 201px) 1 stretch; }
Expand Down
1 change: 0 additions & 1 deletion gtk-3.0/gtk-solid-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,6 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w
box-shadow: none; }

.nautilus-window headerbar {
padding-left: 100px;
background-color: transparent;
background-image: linear-gradient(to right, shade(#343236, 1.05) 200px, shade(#343236, 0.9), #2F2934 201px);
border-image: linear-gradient(to right, shade(#343236, 1.05) 200px, shade(#343236, 0.9) 201px) 1 stretch; }
Expand Down
1 change: 0 additions & 1 deletion gtk-3.0/gtk-solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,6 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w
box-shadow: none; }

.nautilus-window headerbar {
padding-left: 100px;
background-color: transparent;
background-image: linear-gradient(to right, shade(#FFFFFF, 0.95) 200px, shade(#FFFFFF, 0.9), #FFFFFF 201px);
border-image: linear-gradient(to right, shade(#FFFFFF, 0.95) 200px, shade(#FFFFFF, 0.9) 201px) 1 stretch; }
Expand Down
1 change: 0 additions & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,6 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w
box-shadow: none; }

.nautilus-window headerbar {
padding-left: 100px;
background-color: transparent;
background-image: linear-gradient(to right, alpha(#FFFFFF, 0.9) 200px, shade(#FFFFFF, 0.9), #FFFFFF 201px);
border-image: linear-gradient(to right, alpha(#FFFFFF, 0.9) 200px, shade(#FFFFFF, 0.9) 201px) 1 stretch; }
Expand Down

0 comments on commit 683551f

Please sign in to comment.