Skip to content

Commit 5362081

Browse files
committed
Add additional styles to head section
1 parent 311b723 commit 5362081

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@
5151
];
5252

5353
$dist_config['services']['Filegator\Services\View\ViewInterface']['config'] = [
54-
'add_to_head' => '',
54+
'add_to_head' => '
55+
<style>
56+
.logo {
57+
width: 46px;
58+
}
59+
</style>
60+
',
5561
'add_to_body' => '
5662
<script>
5763
var checkVueLoaded = setInterval(function() {

0 commit comments

Comments
 (0)