Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/rdoc/generator/template/rails/resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
grid-template-columns: 100%;
}

@media (min-width: 40em) {
@media (min-width: 600px) {
body {
grid-template-rows: min-content min-content auto min-content;
grid-template-columns: 300px auto;
Expand Down Expand Up @@ -238,7 +238,7 @@ pre
margin: 1em;
}

@media (min-width: 40em) {
@media (min-width: 600px) {
#content {
max-width: 980px;
margin: 2em 3.5em;
Expand Down
10 changes: 5 additions & 5 deletions lib/rdoc/generator/template/rails/resources/css/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: none;
}

@media (max-width: 39.99em) {
@media (max-width: 599px) {
.panel_mobile_button {
display: block;
height: 40px;
Expand Down Expand Up @@ -90,7 +90,7 @@
line-height: 1;
}

@media (max-width: 39.99em) {
@media (max-width: 599px) {
.panel
{
transition: left 0s ease-in-out;
Expand Down Expand Up @@ -122,7 +122,7 @@
text-align: center;
}

@media (max-width: 39.99em) {
@media (max-width: 599px) {
.panel .logo img {
width: 50%;
}
Expand All @@ -143,7 +143,7 @@
overflow-x: hidden;
}

@media (max-width: 39.99em) {
@media (max-width: 599px) {
.panel .header
{
width: 100%;
Expand All @@ -164,7 +164,7 @@
outline: none;
}

@media (max-width: 39.99em) {
@media (max-width: 599px) {
.panel .header input
{
width: 70%;
Expand Down