Add new logo (#116)

pull/117/head
Alex Kern 6 years ago committed by GitHub
parent 5c67daf4cf
commit 9b6d999732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,4 +66,4 @@ number of open files allowed on your system:
## License & Acknowledgements ## License & Acknowledgements
FilePizza is released under the [BSD 3-Clause license](https://github.com/kern/filepizza/blob/master/LICENSE). A huge thanks to [WebTorrent](https://github.com/feross/webtorrent) which we use for the file transfers under the hood. FilePizza is released under the [BSD 3-Clause license](https://github.com/kern/filepizza/blob/master/LICENSE). A huge thanks to [WebTorrent](https://github.com/feross/webtorrent) which we use for the file transfers under the hood, and to [iblowyourdesign](https://dribbble.com/iblowyourdesign) for the pizza illustration.

Binary file not shown.

@ -101,6 +101,7 @@ small {
justify-content: center; justify-content: center;
height: 100%; height: 100%;
min-height: 640px; min-height: 640px;
padding: 40px 0 80px;
} }
.drop-zone { .drop-zone {
@ -164,7 +165,8 @@ small {
} }
.spinner-image { .spinner-image {
width: 50% display: block;
height: 150px;
} }
.spinner-name { .spinner-name {
@ -175,6 +177,7 @@ small {
text-overflow: ellipsis text-overflow: ellipsis
white-space: nowrap white-space: nowrap
margin-top: 10px margin-top: 10px
text-shadow: 0 0 3px #333
} }
.spinner-size { .spinner-size {
@ -184,6 +187,7 @@ small {
overflow: hidden overflow: hidden
text-overflow: ellipsis text-overflow: ellipsis
white-space: nowrap white-space: nowrap
text-shadow: 0 0 3px #333
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Loading…
Cancel
Save