Skip to content

Commit

Permalink
Improve CSS for error message in launcher as it was leaking some text…
Browse files Browse the repository at this point in the history
… when not expanded
  • Loading branch information
p2004a committed Apr 16, 2023
1 parent d44c70f commit f55b796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist_cfg/renderer/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ p.warn {
backdrop-filter: blur(10px);
word-break: normal;
border-radius: 6px;
padding: 5px 8px 8px 8px;
margin-bottom: -13px;
}

.status {
Expand All @@ -143,7 +145,7 @@ p.warn {
-webkit-box-orient: vertical;
word-break: break-all;
line-height: 1.0;
padding: 2px 5px 5px 5px;
margin-bottom: 0;
}

.progress-label {
Expand Down

0 comments on commit f55b796

Please sign in to comment.