custom Cipherbliss Mastodon style and link to framagit tykayn

This commit is contained in:
Baptiste Lemoine 2018-12-27 17:35:26 +01:00
parent e25947db4a
commit 8dea80f71b
6 changed files with 45 additions and 3 deletions

View File

@ -0,0 +1,2 @@
@import 'large_center';
@import 'application';

View File

@ -0,0 +1,31 @@
.column {
width: 35em;
}
.drawer__inner__mastodon > img {
padding: 1rem;
box-sizing: border-box;
}
.compose-form__publish-button-wrapper .button {
background: #a1bded
}
div[aria-label="Accueil"],
div[aria-label="Notifications"] {
width: 27em;
}
.media-gallery {
width: 115%;
max-height: 500px;
}
.media-gallery,
.status-card.compact.interactive {
margin-left: -4.4em;
}
.status-card__image-image {
width: 100% !important;
}

View File

@ -0,0 +1,9 @@
# frozen_string_literal: true
module Mastodon
module Version
module_function
def source_base_url
'https://framagit.org/tykayn/mastodon'
end
end
end

View File

@ -899,7 +899,7 @@ en:
title: "%{instance} Terms of Service and Privacy Policy"
themes:
contrast: High contrast
default: Mastodon
default: Mastodon Bliss
mastodon-light: Mastodon (light)
time:
formats:

View File

@ -887,7 +887,7 @@ fr:
title: "%{instance} Conditions dutilisation et politique de confidentialité"
themes:
contrast: Contraste élevé
default: Mastodon
default: Mastodon Bliss
mastodon-light: Mastodon (clair)
time:
formats:

View File

@ -1,3 +1,3 @@
default: styles/application.scss
default: styles/custom.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss