mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
sidebar styling, remove unused page
This commit is contained in:
parent
863f5cd4f6
commit
cb6f40d538
3 changed files with 6 additions and 30 deletions
|
@ -91,14 +91,14 @@ $input-border: $blue1;
|
|||
$input-focus-border: $blue3;
|
||||
|
||||
$settings-nav-bg: $bg-accent;
|
||||
$settings-nav-header-fg: $white1;
|
||||
$settings-nav-header-bg: $gray3;
|
||||
$settings-nav-header-fg: $gray1;
|
||||
$settings-nav-header-bg: $orange1;
|
||||
|
||||
$settings-nav-bg-hover: $orange2;
|
||||
$settings-nav-fg-hover: $gray1;
|
||||
$settings-nav-bg-hover: $gray3;
|
||||
/* $settings-nav-fg-hover: $gray1; */
|
||||
|
||||
$settings-nav-bg-active: $orange1;
|
||||
$settings-nav-fg-active: $gray1;
|
||||
$settings-nav-bg-active: $gray2;
|
||||
/* $settings-nav-fg-active: $orange2; */
|
||||
|
||||
$error-fg: $error1;
|
||||
$error-bg: $error2;
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
GoToSocial
|
||||
Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
module.exports = function AdminCustomization() {
|
||||
return "admin customization";
|
||||
};
|
|
@ -47,7 +47,6 @@ const nav = {
|
|||
"Actions": require("./admin/actions"),
|
||||
"Federation": require("./admin/federation.js"),
|
||||
"Custom Emoji": require("./admin/emoji.js"),
|
||||
"Customization": require("./admin/customization.js")
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue