Commit b047a3c6 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(admin-ux): hide navigation submenus in details panel for easier scanning

parent 5f8d413b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
    <g>
      <path fill="none" d="M0 0h24v24H0z"/>
      <path d="m4.66 14.3 4.95 4.95a6.52 6.52 0 0 1-4.95 0 6.52 6.52 0 0 1 0-4.96Zm10.39 3.04-.19 3.02-1.36 1.36L2.18 10.41l1.37-1.37 3.01-.19 4.1-4.1c2.47-2.46 6.34-2.79 9.59-1.1 1.7 3.26 1.37 7.12-1.1 9.58l-4.1 4.1ZM13.5 10.4a2 2 0 1 0 2.83-2.83 2 2 0 0 0-2.83 2.83Z"/>
    </g>
</svg>
+0 −6
Original line number Diff line number Diff line
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
    <g>
        <path fill="none" d="M0 0h24v24H0z"/>
        <path d="M12 .5l4.226 6.183 7.187 2.109-4.575 5.93.215 7.486L12 19.69l-7.053 2.518.215-7.486-4.575-5.93 7.187-2.109L12 .5zM10 12H8a4 4 0 0 0 7.995.2L16 12h-2a2 2 0 0 1-3.995.15L10 12z"/>
    </g>
</svg>
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
    --color-background-elevated: 0 0% 100%;
    --color-background-base: 173 44% 96%;
    --color-background-navigation: 172 100% 17%;
    --color-background-navigation-active: 131 100% 12%;
    --color-background-header: 172 100% 17%;
    --color-background-highlight: 111 64% 94%;
    --color-background-backdrop: 0 0% 50%;
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ return [
    'settings' => 'الإعدادات',
    'settings-general' => 'العامة',
    'settings-theme' => 'الحلة',
    'about' => 'About',
    'admin-about' => 'About',
    'account' => [
        'my-account' => 'حسابي',
        'change-password' => 'تغيير الكلمة السرية',
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ return [
    'settings' => 'Arventennoù',
    'settings-general' => 'Hollek',
    'settings-theme' => 'Neuz',
    'about' => 'About',
    'admin-about' => 'About',
    'account' => [
        'my-account' => 'Ma c\'hont',
        'change-password' => 'Kemmañ ar ger-tremen',
Loading