@@ -219,6 +219,9 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
219219 rel = "noopener noreferrer"
220220 >
221221 コミュニティガイドライン
222+ < MaterialSymbol css = { { color : Colors . disabled } } >
223+ open_in_new
224+ </ MaterialSymbol >
222225 </ a >
223226 </ li >
224227 < li >
@@ -229,6 +232,9 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
229232 rel = "noopener noreferrer"
230233 >
231234 利用規約
235+ < MaterialSymbol css = { { color : Colors . disabled } } >
236+ open_in_new
237+ </ MaterialSymbol >
232238 </ a >
233239 </ li >
234240 < li >
@@ -239,6 +245,9 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
239245 rel = "noopener noreferrer"
240246 >
241247 プライバシーポリシー
248+ < MaterialSymbol css = { { color : Colors . disabled } } >
249+ open_in_new
250+ </ MaterialSymbol >
242251 </ a >
243252 </ li >
244253 </ ul >
@@ -395,6 +404,9 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
395404 rel = "noopener noreferrer"
396405 >
397406 コミュニティガイドライン
407+ < MaterialSymbol css = { { color : Colors . disabled } } >
408+ open_in_new
409+ </ MaterialSymbol >
398410 </ a >
399411 </ li >
400412 < li >
@@ -405,6 +417,9 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
405417 rel = "noopener noreferrer"
406418 >
407419 利用規約
420+ < MaterialSymbol css = { { color : Colors . disabled } } >
421+ open_in_new
422+ </ MaterialSymbol >
408423 </ a >
409424 </ li >
410425 < li >
@@ -415,6 +430,9 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
415430 rel = "noopener noreferrer"
416431 >
417432 プライバシーポリシー
433+ < MaterialSymbol css = { { color : Colors . disabled } } >
434+ open_in_new
435+ </ MaterialSymbol >
418436 </ a >
419437 </ li >
420438 </ ul >
@@ -534,7 +552,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
534552
535553const sidebarStyle = css ( {
536554 height : "100vh" ,
537- maxWidth : 360 ,
555+ width : 360 ,
538556 padding : `${ getSpace ( 2 ) } px 0` ,
539557 position : "sticky" ,
540558 top : 0 ,
@@ -632,6 +650,7 @@ const articlesListItemStyle = css({
632650 ) } px ${ getSpace ( 3 / 2 ) } px`,
633651 whiteSpace : "nowrap" ,
634652 textOverflow : "ellipsis" ,
653+ width : "100%" ,
635654
636655 ...pointerFine ( {
637656 "&:hover" : {
@@ -675,6 +694,9 @@ const articleFooterListStyle = css({
675694} ) ;
676695
677696const articleFooterListItemStyle = css ( {
697+ alignItems : "center" ,
698+ display : "flex" ,
699+ gap : getSpace ( 1 ) ,
678700 color : Colors . mediumEmphasis ,
679701 fontSize : Typography . body3 ,
680702} ) ;
0 commit comments