From a16c3df8732db9e9e310770cb65f8e2788f68e8e Mon Sep 17 00:00:00 2001 From: Sebastjan Date: Tue, 7 Jul 2026 09:55:52 +0000 Subject: [PATCH] Footer: omeji na sirino playerja (900px) --- views/index.ejs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/index.ejs b/views/index.ejs index 264b8c9..817f868 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -52,7 +52,8 @@ .ic { width: 40px; height: 40px; border: 0; background: transparent; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; } .ic:hover { color: #B8B8B8; } .quality { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; color: #6B6B6B; border: 1px solid rgba(255,255,255,0.25); padding: 4px 8px; white-space: nowrap; } - footer.bot { margin-top: clamp(32px,6vw,64px); border-top: 1px solid rgba(255,255,255,0.14); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; } + footer.bot { margin-top: clamp(32px,6vw,64px); border-top: 1px solid rgba(255,255,255,0.14); padding: 18px 24px; } + .bot-inner { width: min(900px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; } footer.bot span { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #6B6B6B; } :fullscreen .player-frame, .player-frame:fullscreen { aspect-ratio: auto; width:100%; height:100%; } @@ -93,8 +94,10 @@