Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel c35532a467 Merge pull request #237 from linkwarden/dev
Minor rendering fix
2023-10-19 01:56:15 -04:00
daniel31x13 d445ea3194 settings page layout fix 2023-10-19 01:37:00 -04:00
daniel31x13 40bb9e5e52 update README.md 2023-10-19 00:29:27 -04:00
2 changed files with 3 additions and 2 deletions
+1
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.
+2 -2
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}