@@ -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 : 150 px ;
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 */
519513hr {
520514 border : 0 ;
521515 border-top : 2px solid var (--border-color , # ccc );
0 commit comments