diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-04 23:05:18 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-04 23:05:18 -0500 |
| commit | 2e43088aa2db9450a670540cbc899c141f5c1c1a (patch) | |
| tree | 403d5d7113f372b3c2f919975bfabe46e9aa4def /public/style.css | |
| parent | 7283da81b5f1f938fa407d6d3f0d5bb56e889b1b (diff) | |
| download | immich-frame-2e43088aa2db9450a670540cbc899c141f5c1c1a.tar.xz immich-frame-2e43088aa2db9450a670540cbc899c141f5c1c1a.zip | |
add share icons, fix html viewport, use postcss in css
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/public/style.css b/public/style.css deleted file mode 100644 index f8c26e2..0000000 --- a/public/style.css +++ /dev/null @@ -1,79 +0,0 @@ -body { - background: black; - color: white; -} - -svg { - fill: white; -} - -.carousel-cell { - height: 70vh; - width: 80vw; - - margin: 10px; - - -} - -.carousel-cell img { - vertical-align: middle; -/* border-radius: 10px; */ - height: 100%; - max-width: 100%; - object-fit: contain; -} - - -@media (max-width: 768px) { - .carousel-cell { - height: 100vh; - } -} - - -footer { - position: fixed; - bottom: 0; - width: 100%; -} - -#bottom-container { - max-width: 1024px; - margin: auto; -} - -#controls, #menu { - display: flex; -} -#menu { - width: 100%; -} - -#controls { - width: 80%; - margin: auto; - padding-bottom: 48px; -} - -footer a, footer button { - width: 100%; -} - -footer svg { - height: 48px; - width: 100%; - -} - -#controls button { - background: none; - border: none; - padding: 0; -} - -#menu { - padding: 16px; - box-sizing: border-box; - border-top: 1px solid rgb(55, 65, 81); -} |
