diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:55:25 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:57:10 +0200 |
commit | 80c7779efeab644410dee2f21428322b1f0e3500 (patch) | |
tree | 7b7d84e6f3a5f30189f98d36eaa97eaa9b7ae557 /client/src/assets | |
parent | 4282dafc826f5ca72598aa5446122eb6da3aed27 (diff) | |
download | PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.gz PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.zst PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.zip |
fix mascot sizes, fix tick, delete extraneous .png icons
follows PR #2822
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/images/global/tick.svg | 4 | ||||
-rw-r--r-- | client/src/assets/images/mascot/arguing.png | bin | 11783 -> 0 bytes | |||
-rw-r--r-- | client/src/assets/images/mascot/default.png | bin | 10134 -> 0 bytes | |||
-rw-r--r-- | client/src/assets/images/mascot/defeated.png | bin | 8891 -> 0 bytes | |||
-rw-r--r-- | client/src/assets/images/mascot/happy.png | bin | 11242 -> 0 bytes | |||
-rw-r--r-- | client/src/assets/images/mascot/happy.svg | 2 | ||||
-rw-r--r-- | client/src/assets/images/mascot/oh.png | bin | 10806 -> 0 bytes | |||
-rw-r--r-- | client/src/assets/images/mascot/pointing.png | bin | 10518 -> 0 bytes |
8 files changed, 4 insertions, 2 deletions
diff --git a/client/src/assets/images/global/tick.svg b/client/src/assets/images/global/tick.svg index dd7e8face..f34040bab 100644 --- a/client/src/assets/images/global/tick.svg +++ b/client/src/assets/images/global/tick.svg | |||
@@ -1,4 +1,6 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> |
2 | <defs/> | 2 | <defs/> |
3 | <path fill="#000" fill-rule="evenodd" d="M13 19a1 1 0 100 2 9 9 0 10-9-9h2a7 7 0 117 7zm-4-7H1l4 4 4-4z"/> | 3 | <g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2"> |
4 | <path d="M21 6L9 18M4 13l5 5"/> | ||
5 | </g> | ||
4 | </svg> | 6 | </svg> |
diff --git a/client/src/assets/images/mascot/arguing.png b/client/src/assets/images/mascot/arguing.png deleted file mode 100644 index 154c45c2c..000000000 --- a/client/src/assets/images/mascot/arguing.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/client/src/assets/images/mascot/default.png b/client/src/assets/images/mascot/default.png deleted file mode 100644 index e0a1410b7..000000000 --- a/client/src/assets/images/mascot/default.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/client/src/assets/images/mascot/defeated.png b/client/src/assets/images/mascot/defeated.png deleted file mode 100644 index 58e1ce10a..000000000 --- a/client/src/assets/images/mascot/defeated.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/client/src/assets/images/mascot/happy.png b/client/src/assets/images/mascot/happy.png deleted file mode 100644 index a51f9df14..000000000 --- a/client/src/assets/images/mascot/happy.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/client/src/assets/images/mascot/happy.svg b/client/src/assets/images/mascot/happy.svg index 82661083e..9db9105a4 100644 --- a/client/src/assets/images/mascot/happy.svg +++ b/client/src/assets/images/mascot/happy.svg | |||
@@ -1,4 +1,4 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 55.71 62.61"> | 1 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="206.3" height="224.6" viewBox="0 0 55.71 62.61"> |
2 | <defs/> | 2 | <defs/> |
3 | <defs> | 3 | <defs> |
4 | <radialGradient id="b" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(1.20299 0 0 .16716 30.28 144.89)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> | 4 | <radialGradient id="b" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(1.20299 0 0 .16716 30.28 144.89)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> |
diff --git a/client/src/assets/images/mascot/oh.png b/client/src/assets/images/mascot/oh.png deleted file mode 100644 index 168b11b65..000000000 --- a/client/src/assets/images/mascot/oh.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/client/src/assets/images/mascot/pointing.png b/client/src/assets/images/mascot/pointing.png deleted file mode 100644 index 670702f53..000000000 --- a/client/src/assets/images/mascot/pointing.png +++ /dev/null | |||
Binary files differ | |||