diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-17 15:23:51 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-17 15:23:51 +0200 |
commit | ba4633b165af3bc2a4c732d628fbcf5a3263b986 (patch) | |
tree | 47431d87b0c8aa67c810f33b47397dc08b2a812b /apps/files_versions | |
parent | 314b4005bb2c9d2f82991d2d476f0fc6b899df4b (diff) | |
download | nextcloud-server-ba4633b165af3bc2a4c732d628fbcf5a3263b986.tar.gz nextcloud-server-ba4633b165af3bc2a4c732d628fbcf5a3263b986.zip |
Add viewBox to app icons
If we don't add a viewbox a lot of browsers will just say NOPE!!! when
we ask them to scale.
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/img/app.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_versions/img/app.svg b/apps/files_versions/img/app.svg index 862b0a6885e..831ef7fedde 100644 --- a/apps/files_versions/img/app.svg +++ b/apps/files_versions/img/app.svg @@ -9,6 +9,7 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" height="16" width="16" + viewBox="0 0 16 16" version="1.0" id="svg2" inkscape:version="0.48.5 r10040" |