parent
2047962f9f
commit
7415bb2093
4 changed files with 11 additions and 1 deletions
|
@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
|
||||
- License changed from MIT to AGPL-3.0
|
||||
- Add new, Mastodon-like logo (#6)
|
||||
- Change "Mastodon" text to Mastodon's logo (#6)
|
||||
|
||||
## [1.0.0] - 2021-01-29
|
||||
|
||||
|
|
|
@ -39,7 +39,10 @@ html(lang="en")
|
|||
header
|
||||
h1
|
||||
img(src="/icon.svg" width=72 height=72 alt="toot")
|
||||
p Quickly post on any Mastodon instance
|
||||
p
|
||||
| Quickly post on any
|
||||
img(src="/mastodon.svg" width=95.5 height=27)
|
||||
| instance
|
||||
main
|
||||
form#form
|
||||
section
|
||||
|
|
1
src/static/mastodon.svg
Normal file
1
src/static/mastodon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 4.9 KiB |
|
@ -55,6 +55,11 @@ header {
|
|||
|
||||
p {
|
||||
margin: 0 0 26px;
|
||||
|
||||
img {
|
||||
display: inline;
|
||||
margin-bottom: -11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue