diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-18 21:53:31 -0600 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-19 10:42:21 +0100 |
commit | 381e58d7d4c5b04f32cdbec813ec2a2d150e09bc (patch) | |
tree | 8192f34212490f201688c51ade744a7a8b77775c /settings/img/toggle-filelist.svg | |
parent | b6bfc4e801500b0a0facbc7e4c02d8b52ce209a4 (diff) | |
download | nextcloud-server-381e58d7d4c5b04f32cdbec813ec2a2d150e09bc.tar.gz nextcloud-server-381e58d7d4c5b04f32cdbec813ec2a2d150e09bc.zip |
add viewBox to not run into scaling issues
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings/img/toggle-filelist.svg')
-rw-r--r-- | settings/img/toggle-filelist.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/img/toggle-filelist.svg b/settings/img/toggle-filelist.svg index 10bc79fa063..47f019057ea 100644 --- a/settings/img/toggle-filelist.svg +++ b/settings/img/toggle-filelist.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1"><rect rx=".5" ry=".5" height="4" width="4" y="1" x="1"/><rect rx=".5" ry=".5" height="1" width="9" y="2" x="6"/><rect rx=".5" ry=".5" height="4" width="4" y="6" x="1"/><rect rx=".5" ry=".5" height="1" width="9" y="7" x="6"/><rect rx=".5" ry=".5" height="4" width="4" y="11" x="1"/><rect rx=".5" ry=".5" height="1" width="9" y="12" x="6"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16" version="1"><rect rx=".5" ry=".5" height="4" width="4" y="1" x="1"/><rect rx=".5" ry=".5" height="1" width="9" y="2" x="6"/><rect rx=".5" ry=".5" height="4" width="4" y="6" x="1"/><rect rx=".5" ry=".5" height="1" width="9" y="7" x="6"/><rect rx=".5" ry=".5" height="4" width="4" y="11" x="1"/><rect rx=".5" ry=".5" height="1" width="9" y="12" x="6"/></svg>
\ No newline at end of file |