Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit

Permalink
fix: log height
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEnergy committed Nov 11, 2024
1 parent ef37830 commit ab6c280
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions gui/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,22 @@ body {
height: 15px;
}

.license-content {
font-weight: 400;
height: 100%;
background: rgb(30, 30, 30);
border-radius: 8px;
padding: 16px;
flex: 1;
overflow-y: auto;
color: #fff;
font-size: 12px;
line-height: 1.6;
white-space: pre-wrap;
max-height: 300px;
}


.checkbox-wrapper {
display: flex;
align-items: center;
Expand Down Expand Up @@ -207,22 +223,6 @@ body {
border: 2px solid rgb(102, 108, 255);
}

.license-content {
font-family: Be Vietnam Pro;
font-weight: 400;
height: 100%;
background: rgb(30, 30, 30);
border-radius: 8px;
padding: 16px;
flex: 1;
overflow-y: auto;
color: #fff;
font-size: 12px;
line-height: 1.6;
white-space: pre-wrap;
max-height: 300px;
}



.theme-selector {
Expand Down Expand Up @@ -375,7 +375,7 @@ body {
color: #fff;
font-size: 12px;
white-space: pre-wrap;
max-height: 275px;
max-height: 300px;
font-weight: 300;
}

Expand Down

0 comments on commit ab6c280

Please sign in to comment.