From 7b3628d33b73b448277734f09264bacf10ff6e11 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Thu, 11 May 2023 14:04:35 +0330 Subject: Optimized Settings UI (#408) * Update custom.css * Update setting.html * Update settings.html * Update antd.min.css * Update antd.min.css * Update settings.html * Update custom.css * Update custom.css * Update antd.min.css * Update setting.html * Update custom.css --- web/html/xui/component/setting.html | 14 +++++++++----- web/html/xui/settings.html | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'web/html/xui') diff --git a/web/html/xui/component/setting.html b/web/html/xui/component/setting.html index efd61684..568f03de 100644 --- a/web/html/xui/component/setting.html +++ b/web/html/xui/component/setting.html @@ -1,6 +1,13 @@ {{define "component/settingListItem"}} - + + + + + + + + @@ -11,9 +18,6 @@ - @@ -29,4 +33,4 @@ template: `{{template "component/settingListItem"}}`, }); -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index b35b2ac9..d50822c2 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -36,7 +36,7 @@ {{ i18n "pages.settings.save" }} {{ i18n "pages.settings.restartPanel" }} - + @@ -75,7 +75,7 @@ - + @@ -139,7 +139,7 @@ {{ i18n "pages.settings.templates.title"}} - + -- cgit v1.2.3