Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
slightly better css
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Jan 29, 2025
1 parent 665f1c9 commit 5be5753
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions playground/assets/dxp.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#dxp-header {
border-bottom: 1px solid var(--dxp-border-light);
background-color: var(--dxp-bg-light-darker);
height: 32px;
height: 36px;
display: flex;
flex-direction: row;
margin-left: auto;
Expand All @@ -71,6 +71,7 @@
display: flex;
flex-direction: row;
align-items: center;
padding: 4px;
}

#dxp-header-left-divider {
Expand All @@ -84,7 +85,7 @@
flex-direction: row;
justify-content: end;
align-items: center;
padding: 2px;
padding: 4px;
}


Expand Down Expand Up @@ -116,13 +117,13 @@
background-color: var(--dxp-bg-light-lighter-alt);
}

#dxp-header-left>.dxp-ctrl-btn {
/* #dxp-header-left>.dxp-ctrl-btn {
margin-left: 12px;
}
#dxp-header-right>.dxp-ctrl-btn {
margin-right: 12px;
}
} */

#dxp-run-btn {
background-color: var(--dxp-bg-light-lighter);
Expand Down

0 comments on commit 5be5753

Please sign in to comment.