diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-06 10:36:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-06 10:36:46 +0200 |
commit | a54e8a9caa074e7ad8e6dadb788599974625a38a (patch) | |
tree | 320bea20b81fe191f2b5605a5327e1c846cda439 /server/src/routes/ui/style/nodepage.css | |
parent | 246f2b9e0b7606f25296683d93ab7f48efd649c4 (diff) | |
download | jellything-a54e8a9caa074e7ad8e6dadb788599974625a38a.tar jellything-a54e8a9caa074e7ad8e6dadb788599974625a38a.tar.bz2 jellything-a54e8a9caa074e7ad8e6dadb788599974625a38a.tar.zst |
rename things
Diffstat (limited to 'server/src/routes/ui/style/nodepage.css')
-rw-r--r-- | server/src/routes/ui/style/nodepage.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/server/src/routes/ui/style/nodepage.css b/server/src/routes/ui/style/nodepage.css index daba61e..21d7754 100644 --- a/server/src/routes/ui/style/nodepage.css +++ b/server/src/routes/ui/style/nodepage.css @@ -29,7 +29,13 @@ position: relative; width: 100%; } -.page.node .banner img { +.page.node .bigposter { + width: max(8em, 25%); + float: left; + margin: 3em; + margin-top: -1em; +} +.page.node .bigposter img { width: 100%; height: 100%; object-fit: cover; @@ -47,6 +53,7 @@ .page.node .title .play::before { content: "▶"; } + .page.node .props p { margin: 0.4em; font-size: small; |