Skip to content

Commit d1897ef

Browse files
authored
Merge pull request #104 from roboflow/update-docs-theme
Use same docs stylesheet as supervision
2 parents 59e3860 + 9e0a8d9 commit d1897ef

File tree

1 file changed

+10
-2
lines changed
  • docs/overrides/stylesheets

1 file changed

+10
-2
lines changed

docs/overrides/stylesheets/rf.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body.light {
5858
.md-header__inner {
5959
align-items: center;
6060
display: grid;
61-
grid-template-columns: 0.1fr 1fr 2fr 2fr;
61+
grid-template-columns: 0.1fr 1.4fr 2fr 2fr;
6262
padding-right: 1rem;
6363
}
6464
.md-search__inner {
@@ -179,7 +179,7 @@ body {
179179
.md-main__inner, .md-header__inner, .md-grid {
180180
max-width: 100%;
181181
}
182-
@media (max-width: 1000px) {
182+
@media (max-width: 1200px) {
183183
.md-header__inner {
184184
display: flex;
185185
}
@@ -240,3 +240,11 @@ body[data-md-url$="/cookbooks/"] .md-content {
240240
.md-nav--secondary .md-nav__title {
241241
position: initial !important;
242242
}
243+
244+
.md-header__title .md-ellipsis {
245+
overflow: initial !important;
246+
text-overflow: initial !important;
247+
}
248+
.md-search {
249+
flex-grow: 0;
250+
}

0 commit comments

Comments
 (0)