This commit is contained in:
Vince 2021-05-02 09:23:21 +08:00
parent 2346c83a8b
commit ccb4e0f420

View file

@ -163,12 +163,14 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
> .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; } > .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; }
} }
> .linked > button.disclosure-button { margin-left: $container_padding / 2; } @if $nautilus_version == 'new' {
> .linked > button.disclosure-button { margin-left: $container_padding / 2; }
> box.horizontal:first-child { // move the search button to right side > box.horizontal:first-child { // move the search button to right side
margin-right: -74px; margin-right: -74px;
entry.search { margin-left: $container_padding; } entry.search { margin-left: $container_padding; }
}
} }
} }