Merge pull request #237 from linkwarden/dev

Minor rendering fix
This commit is contained in:
Daniel 2023-10-19 01:56:15 -04:00 committed by GitHub
commit c35532a467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ We highly recommend that you don't use the old version because it is no longer m
## Features ## Features
- 📸 Auto capture a screenshot and a PDF of each link. - 📸 Auto capture a screenshot and a PDF of each link.
- 🏛️ Send your webpage to Wayback Machine archive.org for a snapshot.
- 📂 Organize links by collection, name, description and multiple tags. - 📂 Organize links by collection, name, description and multiple tags.
- 👥 Collaborate on gathering links in a collection. - 👥 Collaborate on gathering links in a collection.
- 🔐 Customize the permissions of each member. - 🔐 Customize the permissions of each member.

View File

@ -40,11 +40,11 @@ export default function SettingsLayout({ children }: Props) {
<ModalManagement /> <ModalManagement />
<div className="flex max-w-screen-md mx-auto"> <div className="flex max-w-screen-md mx-auto">
<div className="hidden lg:block"> <div className="hidden lg:block fixed h-screen">
<SettingsSidebar /> <SettingsSidebar />
</div> </div>
<div className="w-full flex flex-col h-screen p-5"> <div className="w-full flex flex-col min-h-screen p-5 lg:ml-64">
<div className="flex gap-3"> <div className="flex gap-3">
<div <div
onClick={toggleSidebar} onClick={toggleSidebar}