mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Merge branch 'custom-logo-bliss'
# Conflicts: # Gemfile.lock
This commit is contained in:
commit
dc4cc65614
BIN
app/javascript/images/bliss/home.jpg
Normal file
BIN
app/javascript/images/bliss/home.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 187 KiB |
@ -6,6 +6,7 @@
|
||||
|
||||
@import 'mastodon/reset';
|
||||
@import 'mastodon/basics';
|
||||
@import 'mastodon/custom';
|
||||
@import 'mastodon/containers';
|
||||
@import 'mastodon/lists';
|
||||
@import 'mastodon/footer';
|
||||
|
6
app/javascript/styles/mastodon/_custom.scss
Normal file
6
app/javascript/styles/mastodon/_custom.scss
Normal file
@ -0,0 +1,6 @@
|
||||
.custom-img img{
|
||||
width: 100%;
|
||||
max-width: 50vw;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
@ -6,6 +6,10 @@
|
||||
= render partial: 'shared/og'
|
||||
|
||||
.landing
|
||||
.landing__custom_img
|
||||
= link_to root_url, class: 'custom-img' do
|
||||
= image_tag asset_pack_path('media/images/bliss/home.jpg'), alt: @instance_presenter.site_title
|
||||
%span.brand__tagline=t 'about.tagline'
|
||||
.landing__brand
|
||||
= link_to root_url, class: 'brand' do
|
||||
= svg_logo_full
|
||||
|
Loading…
Reference in New Issue
Block a user