Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Jul 20, 2024
1 parent 83cb83d commit 427a619
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2991,11 +2991,10 @@ pluto-logs-container pluto-progress-bar-container {
border-radius: 6px;
background: var(--pluto-logs-progress-bg);
font-size: 0.7rem;
width: 100%;
flex: 0 1 200px;
}

pluto-logs-container pluto-progress-name {
align-self: center;
white-space: pre-wrap;
font-family: var(--julia-mono-font-stack);
font-size: 0.8rem;
Expand Down Expand Up @@ -3119,10 +3118,9 @@ pluto-log-dot-positioner.Stdout pluto-log-icon::before {

pluto-log-dot.Progress {
padding: 0px;
flex: 0 1 200px;
display: flex;
flex-direction: row;
align-items: stretch;
align-items: center;
align-self: center;
}
pluto-log-dot.Stdout {
Expand Down

0 comments on commit 427a619

Please sign in to comment.