Skip to content

Commit 973f4f0

Browse files
committed
fix(ui): Use WordmarkLogo in preference header if mobile devices
* custom.scss: align center with .logo-container
1 parent 2f0fd5f commit 973f4f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/javascript/styles/mods/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
padding: 7px 50%;
4040
}
4141

42-
.logo-react-root {
42+
.logo-container .logo-react-root {
4343
text-align: center;
4444

4545
img {

app/views/layouts/admin.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.sidebar__toggle
1717
.sidebar__toggle__logo
1818
= link_to root_path do
19-
= _logo_as_symbol_wordmark
19+
= .logo-react-root
2020

2121
= link_to '#', class: 'sidebar__toggle__icon', 'aria-label': t('navigation.toggle_menu'), 'aria-expanded': 'false' do
2222
= material_symbol 'menu'

0 commit comments

Comments
 (0)