feat(web): add some material design 3 styling to forms and ui elements (#1798)

* stlye: forms

* style: navigation bar

* style: user profile popup

* style: context menu

* fix: prettier

* style: manage account dark theme color

* style: user profile image border; fix: profile panel z-index

* style: border for profile image on hover and scrolling in administration page

* style: font size

* style: gap between day in a row
This commit is contained in:
Alex
2023-02-19 23:29:06 -06:00
committed by GitHub
parent 83a2669ff5
commit 2cf42e867c
10 changed files with 56 additions and 60 deletions

View File

@@ -60,15 +60,15 @@
</div>
</section>
<section class="overflow-y-auto ">
<div id="setting-title" class="pt-10 fixed w-full z-50 bg-immich-bg dark:bg-immich-dark-bg">
<section class="overflow-y-auto immich-scrollbar ">
<div id="setting-title" class="pt-10 w-full z-50 bg-immich-bg dark:bg-immich-dark-bg">
<h1 class="text-lg ml-8 mb-4 text-immich-primary dark:text-immich-dark-primary font-medium">
{getPageTitle($page.route.id)}
</h1>
<hr class="dark:border-immich-dark-gray" />
</div>
<section id="setting-content" class="pt-[85px] flex place-content-center">
<section id="setting-content" class="flex place-content-center">
<section class="w-[800px] pt-5 pb-28">
<slot />
</section>