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 311b723 commit 5362081Copy full SHA for 5362081
install/deb/filemanager/filegator/configuration.php
@@ -51,7 +51,13 @@
51
];
52
53
$dist_config['services']['Filegator\Services\View\ViewInterface']['config'] = [
54
- 'add_to_head' => '',
+ 'add_to_head' => '
55
+ <style>
56
+ .logo {
57
+ width: 46px;
58
+ }
59
+ </style>
60
+ ',
61
'add_to_body' => '
62
<script>
63
var checkVueLoaded = setInterval(function() {
0 commit comments