Skip to content

Commit

Permalink
show full logo in the footer
Browse files Browse the repository at this point in the history
It was intentional, but it turns out to be annoying to many users as
this is probably the most complained on thing on our website.

Fixes #630
Fixes #1640
Fixes #1705
  • Loading branch information
nijel committed Feb 22, 2024
1 parent 687812a commit efb993c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions weblate_web/static/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3300,8 +3300,8 @@ footer::before {
footer .f-logo {
background-image: url("img/logo.svg");
background-repeat: no-repeat;
background-position: center -20px;
padding-top: 60px;
background-position: center 40px;
padding-top: 140px;
width: 100%;
text-align: center;
text-transform: uppercase;
Expand All @@ -3320,7 +3320,7 @@ footer .footicons {
width: 100%;
float: right;
text-align: center;
margin: 120px 0 50px;
margin: 200px 0 50px;
}

footer .footicons a.icon {
Expand Down
6 changes: 3 additions & 3 deletions weblate_web/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3300,8 +3300,8 @@ footer::before {
footer .f-logo {
background-image: url("img/logo.svg");
background-repeat: no-repeat;
background-position: center -20px;
padding-top: 60px;
background-position: center 40px;
padding-top: 140px;
width: 100%;
text-align: center;
text-transform: uppercase;
Expand All @@ -3320,7 +3320,7 @@ footer .footicons {
width: 100%;
float: left;
text-align: center;
margin: 120px 0 50px;
margin: 200px 0 50px;
}

footer .footicons a.icon {
Expand Down

0 comments on commit efb993c

Please sign in to comment.