Skip to content

Commit 118bb98

Browse files
author
Muammer Top
authored
Merge pull request #38 from openclassify/erhan
fix style corruption.
2 parents f933080 + 33f1c97 commit 118bb98

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

resources/css/theme.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3570,3 +3570,10 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')
35703570
.input-wrapper .modal {
35713571
z-index: 2000 !important;
35723572
}
3573+
3574+
@media (min-width: 576px) {
3575+
.row.imageList > .col-sm-3 {
3576+
flex: 0 0 25%;
3577+
max-width: 25%;
3578+
}
3579+
}

resources/views/partials/metadata.twig

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
{{ asset_add("theme.css", "visiosoft.theme.base::css/intlTelInput.css") }}
1717

1818

19-
{{ asset_add(
20-
"build.css",
21-
"visiosoft.theme.defaultadmin::css/theme.css",
22-
[
23-
"required",
24-
"as:t4t5/sweetalert.css",
25-
"as:jshjohnson/Choices.css",
26-
"as:rstacruz/nprogress.css",
27-
]
28-
) }}
2919

3020
{{ asset_add("theme.js", "visiosoft.theme.defaultadmin::js/vendor/*") }}
3121
{{ asset_add("theme.js", "visiosoft.theme.defaultadmin::js/theme/polyfills.js") }}
@@ -68,7 +58,14 @@
6858
{{ asset_script('visiosoft.theme.defaultadmin::js/visiosoft.js') }}
6959
<style type="text/css">
7060
{{ asset_inline("theme.css") }}
71-
{{ asset_inline("build.css") }}
61+
{{ asset_inline("visiosoft.theme.defaultadmin::css/theme.css",
62+
[
63+
"required",
64+
"as:t4t5/sweetalert.css",
65+
"as:jshjohnson/Choices.css",
66+
"as:rstacruz/nprogress.css",
67+
]
68+
) }}
7269
{% if setting_value('visiosoft.theme.defaultadmin::dark_mode') %}
7370
/*Dark mode is active*/
7471
{{ asset_inline("visiosoft.theme.defaultadmin::css/dark_mode.css") }}

0 commit comments

Comments
 (0)