Video oynatıcı modalında kontrollerin geniş ekranlarda görünür kalması için esnek yapıyı güncelle.
This commit is contained in:
@@ -243,6 +243,7 @@ body,
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
@@ -253,13 +254,16 @@ body,
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
min-height: 0;
|
||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-element {
|
.video-element {
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: auto;
|
||||||
|
max-height: 100%;
|
||||||
|
min-height: 0;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
background: #000;
|
background: #000;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -278,6 +282,7 @@ body,
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
flex-shrink: 0;
|
||||||
border-top: 1px solid #333;
|
border-top: 1px solid #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -285,6 +290,7 @@ body,
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-btn {
|
.control-btn {
|
||||||
@@ -343,6 +349,7 @@ body,
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-slider {
|
.progress-slider {
|
||||||
@@ -442,6 +449,7 @@ body,
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-title {
|
.video-title {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const API = import.meta.env.VITE_API || "http://localhost:3001";
|
export const API = import.meta.env.VITE_API || "http://dupe.panda";
|
||||||
|
|
||||||
// 🔐 Ortak kimlik doğrulama başlığı (token varsa ekler)
|
// 🔐 Ortak kimlik doğrulama başlığı (token varsa ekler)
|
||||||
export function authHeaders() {
|
export function authHeaders() {
|
||||||
|
|||||||
Reference in New Issue
Block a user