Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NOTMEE12 committed Jun 11, 2023
1 parent 2268e2b commit afb5917
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 85 deletions.
85 changes: 20 additions & 65 deletions docs/reST/_static/three_lines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 24 additions & 20 deletions docs/reST/themes/classic/static/pygame.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ div.document {
padding: 0;
font-size: 20px
}
.three-lines:hover {
cursor: pointer;
}

#Sections {
overflow-y: auto;
Expand Down Expand Up @@ -418,26 +421,27 @@ div.document {
display: inherit;
}
/* clicked the navbar */
.clicked {
.pagelinks {
content-visibility: visible;
display: initial;
}
#Sections {content-visibility: visible};
.flex-container {
width: 100%;
height: 100%;
}
.header {
top: 0;
}
.documentwrapper {
overflow: hidden;
display: none;
}
.related {
content-visibility: hidden;
}
.clicked .pagelinks {
content-visibility: visible;
display: initial;
}
.clicked #Sections {content-visibility: visible};
.clicked .flex-container {
width: 100%;
height: 100%;
}
.clicked .header {
top: 0;
}
.clicked .documentwrapper {
overflow: hidden;
display: none;
}
.clicked .related {
content-visibility: hidden;
}
.clicked .div.header .logo {
margin-right: 10px;
}
.div.header > div {height: 25vh;}
div.header .logo {
Expand Down

0 comments on commit afb5917

Please sign in to comment.