Skip to content

Commit a6ab8b5

Browse files
committed
fix: long property infos not visible on mobile
1 parent d665b54 commit a6ab8b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/css/rainmeter.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@ pre code {
476476
background-color: #4b607a;
477477
}
478478
.docs-content dt {
479+
display: flex;
480+
flex-direction: column;
479481
font-size: .82rem;
480482
font-weight: 600;
481483
line-height: 1.5rem;
@@ -488,6 +490,14 @@ pre code {
488490
background-size: 150%;
489491
text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
490492
}
493+
@media (min-width: 991px) {
494+
.docs-content dt {
495+
flex-direction: row;
496+
}
497+
.docs-content dt small {
498+
margin-left: auto;
499+
}
500+
}
491501
.docs-content dt:target {
492502
background-color: #e09028;
493503
}

0 commit comments

Comments
 (0)