Skip to content

Commit d0a3ea7

Browse files
Test 8 (rc5)
1 parent 1bfa8cc commit d0a3ea7

File tree

2 files changed

+27
-34
lines changed

2 files changed

+27
-34
lines changed

assets/css/custom-theme.css

Lines changed: 24 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ body.dark-theme div[style*="width: 100%; padding: 25px;"] {
161161
}
162162

163163
#projectFilter option {
164-
/* Styles for project filter options */
165164
background-color: #D88E49 !important;
166165
color: #ffffff;
167166
}
@@ -327,13 +326,31 @@ body.dark-theme .post-tags .post-tag:hover {
327326
border-bottom-color: #ffffff !important;
328327
}
329328

330-
.container:has(> .container:has(> div[style*="display: flex"][style*="gap: 30px"][style*="width: 98%"][style*="margin: 0 auto;"])) {
329+
.devlog-v2-container {
330+
width: 100% !important;
331+
max-width: none !important;
332+
margin: 0 !important;
333+
box-sizing: border-box !important;
334+
background-color: transparent !important;
335+
}
336+
337+
.devlog-v2-container>.devlog-main-content {
338+
background-color: #ffffff;
339+
padding: 25px;
340+
border-radius: 12px;
341+
margin: 0;
342+
}
343+
344+
.container:has(> .container:has(> .devlog-v2-container)),
345+
.container:has(> .devlog-v2-container) {
331346
max-width: none !important;
332347
background-color: transparent !important;
333348
box-shadow: none !important;
349+
margin: 0 !important;
350+
padding: 0 !important;
334351
}
335352

336-
.container>.container:has(> div[style*="display: flex"][style*="gap: 30px"][style*="width: 98%"][style*="margin: 0 auto;"]) {
353+
.container>.container:has(> .devlog-v2-container) {
337354
background-color: transparent !important;
338355
box-shadow: none !important;
339356
max-width: none !important;
@@ -342,38 +359,16 @@ body.dark-theme .post-tags .post-tag:hover {
342359
margin: 0 !important;
343360
}
344361

345-
346-
.container>.container>div[style*="display: flex"][style*="gap: 30px"][style*="width: 98%"][style*="margin: 0 auto;"] {
347-
grid-template-columns: 1fr auto 1fr;
348-
width: 100% !important;
349-
max-width: none !important;
350-
margin: 0 auto !important;
351-
box-sizing: border-box !important;
352-
gap: 0 !important;
353-
background-color: transparent !important;
354-
position: relative;
355-
}
356-
357-
.container>.container>div[style*="display: flex"][style*="gap: 30px"][style*="width: 98%"][style*="margin: 0 auto;"]>div:first-child {
358-
grid-column: 2 / 3;
359-
background-color: #ffffff;
360-
padding: 25px;
361-
border-radius: 12px;
362-
width: 100%;
363-
margin: 0;
364-
}
365-
366-
body.dark-theme .container>.container>div[style*="display: flex"][style*="gap: 30px"][style*="width: 98%"][style*="margin: 0 auto;"]>div:first-child {
362+
body.dark-theme .devlog-v2-container>.devlog-main-content {
367363
background-color: #262626;
368364
}
369365

370-
.container>.container>div[style*="display: flex"][style*="gap: 30px"][style*="width: 98%"][style*="margin: 0 auto;"]>div:nth-child(2) {
366+
.devlog-v2-container>.devlog-sidebar {
371367
position: fixed;
372-
top: 50%;
368+
top: 150px;
373369
right: 20px;
374370
width: 300px;
375-
max-height: calc(100vh - 112px);
376-
transform: translateY(-50%);
371+
max-height: calc(100vh - 170px);
377372
overflow-y: auto;
378373
z-index: 1000;
379374
}
@@ -515,7 +510,6 @@ body.dark-theme .post-content video {
515510
}
516511
}
517512

518-
/* Horizontal Rule Visibility */
519513
hr {
520514
border: 0;
521515
border-top: 2px solid var(--border-color, #ccc);

index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<div class="devlog-page-container" style="display: flex; gap: 30px; width: 98%; margin: 0 auto; max-width: 1800px;">
2-
<!-- Main Content -->
3-
<div class="devlog-main-content" style="flex: 1;">
1+
<div class="devlog-page-container devlog-v2-container" style="display: flex; gap: 30px; width: 100%; margin: 0; padding-right: 380px; box-sizing: border-box;">
2+
<div class="devlog-main-content" style="flex: 1; min-width: 0;">
43
<div class="devlog-header" style="text-align: center; margin: 40px 0;">
54
<h1 class="devlog-title" style="font-family: 'Montserrat', sans-serif;">F.a.R. Team Devlog</h1>
65
<blockquote class="devlog-quote" style="font-style: italic; color: #666; font-size: 0.9em;">
@@ -213,7 +212,7 @@
213212

214213
.devlog-post-overlay-meta {
215214
position: absolute;
216-
top: 15px;
215+
bottom: 15px;
217216
left: 15px;
218217
z-index: 10;
219218
display: flex;

0 commit comments

Comments
 (0)