diff --git a/app/components/Settings.tsx b/app/components/Settings.tsx index 220e34f..2f8b5d8 100644 --- a/app/components/Settings.tsx +++ b/app/components/Settings.tsx @@ -579,7 +579,6 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
  • setActiveSection('theme')}>Theme
  • setActiveSection('foss')}>FOSS
  • setActiveSection('account')}>Account
  • - {/* Make something that can export and import all settings */}
    diff --git a/app/styles/responsive.css b/app/styles/responsive.css index 08818cf..31f563d 100644 --- a/app/styles/responsive.css +++ b/app/styles/responsive.css @@ -12,7 +12,7 @@ position: relative; top: 0; left: 0; - margin-top: 0px; + margin-top: 5px; padding-top: 0; width: 100%; } @@ -23,7 +23,7 @@ flex-direction: column; align-items: center; width: 100vw; - overflow: scroll; + overflow: hidden; margin: 0; padding: 0; } @@ -111,10 +111,6 @@ background-color: var(--input-button-color); /* Use variable for button color */ color: var(--user-message-text-color); /* Use variable for button text color */ } - - .login-button button{ - margin: 20px 0; - } } /* Responsive adjustments for the settings */