mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
custom Cipherbliss Mastodon style and link to framagit tykayn
This commit is contained in:
parent
e25947db4a
commit
8dea80f71b
2
app/javascript/styles/custom.scss
Normal file
2
app/javascript/styles/custom.scss
Normal file
@ -0,0 +1,2 @@
|
||||
@import 'large_center';
|
||||
@import 'application';
|
31
app/javascript/styles/large_center.scss
Normal file
31
app/javascript/styles/large_center.scss
Normal 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;
|
||||
}
|
9
config/initializers/source.rb
Normal file
9
config/initializers/source.rb
Normal 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
|
@ -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:
|
||||
|
@ -887,7 +887,7 @@ fr:
|
||||
title: "%{instance} Conditions d’utilisation et politique de confidentialité"
|
||||
themes:
|
||||
contrast: Contraste élevé
|
||||
default: Mastodon
|
||||
default: Mastodon Bliss
|
||||
mastodon-light: Mastodon (clair)
|
||||
time:
|
||||
formats:
|
||||
|
@ -1,3 +1,3 @@
|
||||
default: styles/application.scss
|
||||
default: styles/custom.scss
|
||||
contrast: styles/contrast.scss
|
||||
mastodon-light: styles/mastodon-light.scss
|
||||
|
Loading…
Reference in New Issue
Block a user