Skip to content

Commit

Permalink
mobile CSS adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Oct 8, 2024
1 parent 8b5f989 commit 4a65d2d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tools/api-plugins/api-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body, a, button, input, select, textarea {
border: none;
top: 8px;
height: 54px;
margin-bottom: 15px;
}

.tsd-page-toolbar .table-cell {
Expand Down Expand Up @@ -65,4 +66,23 @@ html[data-theme="light"] a.title {

#tsd-search.has-focus {
background-color: transparent;
}

@media screen and (max-width: 769px) {
.tsd-page-toolbar .tsd-toolbar-contents {
}

#tsd-widgets {
line-height: initial;
}
}

#tsd-search .field label {
z-index: 1;
}

@media screen and (max-width: 440px) {
a.title::after {
content: none;
}
}

0 comments on commit 4a65d2d

Please sign in to comment.