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/images/mascot | |
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/images/mascot')
-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 |
7 files changed, 1 insertions, 1 deletions
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 | |||