commit
c35532a467
|
@ -38,6 +38,7 @@ We highly recommend that you don't use the old version because it is no longer m
|
|||
## Features
|
||||
|
||||
- 📸 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.
|
||||
- 👥 Collaborate on gathering links in a collection.
|
||||
- 🔐 Customize the permissions of each member.
|
||||
|
|
|
@ -40,11 +40,11 @@ export default function SettingsLayout({ children }: Props) {
|
|||
<ModalManagement />
|
||||
|
||||
<div className="flex max-w-screen-md mx-auto">
|
||||
<div className="hidden lg:block">
|
||||
<div className="hidden lg:block fixed h-screen">
|
||||
<SettingsSidebar />
|
||||
</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
|
||||
onClick={toggleSidebar}
|
||||
|
|
Ŝarĝante…
Reference in New Issue