diff --git a/app/javascript/flavours/glitch/features/ui/components/link_footer.js b/app/javascript/flavours/glitch/features/ui/components/link_footer.js index d7a4cf130..cb46fb0b5 100644 --- a/app/javascript/flavours/glitch/features/ui/components/link_footer.js +++ b/app/javascript/flavours/glitch/features/ui/components/link_footer.js @@ -57,6 +57,16 @@ class LinkFooter extends React.PureComponent {

{domain}: {' '} + + Cipherbliss.com + + + contactez l'admin + + + Supportez + Cipherbliss + {canInvite && ( <> diff --git a/app/javascript/flavours/glitch/styles/_custom_tk.scss b/app/javascript/flavours/glitch/styles/_custom_tk.scss index 3f55e1e6d..555d7b08b 100644 --- a/app/javascript/flavours/glitch/styles/_custom_tk.scss +++ b/app/javascript/flavours/glitch/styles/_custom_tk.scss @@ -43,3 +43,20 @@ border-radius: 100%; } } +.admin{ + .sidebar-wrapper{ + background-image: url('~flavours/glitch/images/bliss/home2.jpg'); + background-position: left; + background-repeat: no-repeat; + } + + .accounts-table__email{ + width: 200px; + } +} + +.link-footer{ + a{ + margin-right: 2ch; + } +}