fix camera position

This commit is contained in:
Jeppe Ernst 2018-04-25 17:44:17 +02:00
parent 68018abd6c
commit 08ac53d5ce
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<svg class="camera" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 58 58" style="enable-background:new 0 0 58 58;" xml:space="preserve">
viewBox="0 0 52 58" style="enable-background:new 0 0 58 58;" xml:space="preserve">
<path style="fill:#8697CB;" d="M33.256,51.244L33.256,51.244L33.5,51l-11-16l-5,2l11.708,17.561
C30.025,52.954,31.487,51.736,33.256,51.244z"/>
<path style="fill:#8697CB;" d="M36.37,47.839c0.163,0.238,0.305,0.49,0.436,0.749c0.026,0.052,0.051,0.104,0.076,0.157

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,6 +1,6 @@
.camera {
position: fixed;
right: -7px;
right: 0px;
top: 50px;
width: 70px;
z-index: 1000;