update
This commit is contained in:
parent
2346c83a8b
commit
ccb4e0f420
1 changed files with 6 additions and 4 deletions
|
@ -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; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue