Skip to content

Commit

Permalink
Few styling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev4press committed Sep 23, 2020
1 parent 562cbec commit 502d8b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/debugpress.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,10 @@ a > .debugpress-icon {
color: black;
background-color: white;
}
.debugpress-style-popup #debugpress-debuglog-content > div pre {
background: none;
overflow: visible;
}
.debugpress-style-popup .sql-query-list .sql-query {
border: 1px solid #777;
margin: 5px 0;
Expand Down Expand Up @@ -850,6 +854,7 @@ a > .debugpress-icon {
width: 100%;
border-radius: 0;
padding: 5px 15px;
font-size: calc(var(--debugpress-base-font-size) + 3px);
}

@media screen and (max-width: 568px) {
Expand Down
Loading

0 comments on commit 502d8b6

Please sign in to comment.