Skip to content

Commit

Permalink
fixes display
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 authored and paulbalandan committed Nov 16, 2020
1 parent b6405d1 commit a6f8449
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion admin/css/debug-toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
right: 30px;
text-align: left;
top: 0;

svg {
width: 16px;
margin-right: 5px;
}
}

h2 {
Expand Down Expand Up @@ -191,7 +196,7 @@

// The toolbar
.toolbar {
display: block;
display: flex;
overflow: hidden;
overflow-y: auto;
padding: 0 12px 0 12px;
Expand Down Expand Up @@ -373,6 +378,14 @@
// ========================================================================== */

@media screen and (max-width: 1024px) {
#debug-bar {
.ci-label {
img {
margin: unset
}
}
}

.hide-sm {
display: none !important;
}
Expand Down
Loading

0 comments on commit a6f8449

Please sign in to comment.