diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index e797db955..513f3bbe4 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -14,8 +14,8 @@ /* ------------------------------------------------------------------------ */ .header:is( - :not(:has(.header__actions)), - :not(:has(.header__actions--end)):has(.header__actions--start .btn--back:only-child) + :not(:has(.header__title, .header__actions)), + :not(:has(.header__title, .header__actions--end)):has(.header__actions--start .btn--back:only-child) ) { display: none; } diff --git a/app/assets/stylesheets/search.css b/app/assets/stylesheets/search.css index 1b6f5f6aa..fcd4563ca 100644 --- a/app/assets/stylesheets/search.css +++ b/app/assets/stylesheets/search.css @@ -116,8 +116,6 @@ summary { /* ------------------------------------------------------------------------ */ .search-perma { - margin-block-start: var(--block-space); - .search__form > label, .search__reset { display: none; diff --git a/app/views/my/pins/index.html.erb b/app/views/my/pins/index.html.erb index c162f1e45..e98c418de 100644 --- a/app/views/my/pins/index.html.erb +++ b/app/views/my/pins/index.html.erb @@ -1,6 +1,14 @@ <% @page_title = "Pinned" %> -