Skip to content

Commit e99eda7

Browse files
committed
sidebar asset and style fix
1 parent fae6cde commit e99eda7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

resources/css/ocify-sidebar.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
4242
display: flex;
4343
align-items: center;
4444
justify-content: center;
45-
width: 100%;
45+
width: 300px;
46+
transition: width 0.3s ease-in-out;
47+
}
48+
#wrapper.toggled-2 .logo-bar {
49+
width: 110px;
4650
}
4751
#wrapper .logo-bar .logo {
4852
max-width: 60%;

resources/views/partials/interactiveMenu.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ asset_style('theme::css/ocify-sidebar.css') }}
1+
{{ asset_style('visiosoft.theme.defaultadmin::css/ocify-sidebar.css') }}
22

33
<aside id="wrapper">
44
<div class="linear-background"></div>
@@ -80,4 +80,4 @@
8080
</div>
8181
</aside>
8282

83-
{{ asset_script('theme::js/ocify-sidebar.js') }}
83+
{{ asset_script('visiosoft.theme.defaultadmin::js/ocify-sidebar.js') }}

0 commit comments

Comments
 (0)