fix: styling improvements

This commit is contained in:
Andy Burke 2026-03-03 20:32:45 -08:00
parent 2d12104875
commit 7977fe9ea7
5 changed files with 1289 additions and 1312 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<h1>Hello World - foo</h1>
</body>
</html>

1286
public/icons.css Normal file

File diff suppressed because it is too large Load diff

View file

@ -10,6 +10,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png" ></link>
<link rel="stylesheet" href="/base.css"></link>
<link rel="stylesheet" href="/icons.css"></link>
<link rel="stylesheet" href="/files/custom.css"></link>
<!-- inlining these to force them to be scoped for everything else -->

View file

@ -17,19 +17,9 @@
}
#auth-container {
width: 95%;
max-height: calc(min(90vh,900px));
border-radius: 10px;
position: relative;
background: var(--bg-lighter);
max-width: 40em;
margin: 0 auto;
border-radius: calc( var(--border-radius) * 2.5);
padding: 2em 1em;
padding: 8em 4em;
overflow-y: scroll;
transition: all 0.33s ease;
animation: zoomsettle 0.4s ease;
}
#signup-tab,