We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae6cde commit e99eda7Copy full SHA for e99eda7
resources/css/ocify-sidebar.css
@@ -42,7 +42,11 @@
42
display: flex;
43
align-items: center;
44
justify-content: center;
45
- width: 100%;
+ width: 300px;
46
+ transition: width 0.3s ease-in-out;
47
+}
48
+#wrapper.toggled-2 .logo-bar {
49
+ width: 110px;
50
}
51
#wrapper .logo-bar .logo {
52
max-width: 60%;
resources/views/partials/interactiveMenu.twig
@@ -1,4 +1,4 @@
1
-{{ asset_style('theme::css/ocify-sidebar.css') }}
+{{ asset_style('visiosoft.theme.defaultadmin::css/ocify-sidebar.css') }}
2
3
<aside id="wrapper">
4
<div class="linear-background"></div>
@@ -80,4 +80,4 @@
80
</div>
81
</aside>
82
83
-{{ asset_script('theme::js/ocify-sidebar.js') }}
+{{ asset_script('visiosoft.theme.defaultadmin::js/ocify-sidebar.js') }}
0 commit comments