Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for layout issue with Textual 0.54 #78

Merged
merged 4 commits into from
Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Strip trailing whitespace from the CSS file
davep committed Mar 27, 2024
commit a2d887446a779ed43ef724b7eaf807485fb90bde
30 changes: 15 additions & 15 deletions trogon/trogon.scss
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@

#home-body {
height: 100%;
width: 1fr;
width: 1fr;
}

#home-body-scroll {
width: 1fr;
height: 1fr;
height: 1fr;

}

@@ -58,7 +58,7 @@

#home-command-description {
width: 1fr;
height: 2;
height: 2;
}

#home-command-description-container {
@@ -67,7 +67,7 @@
height: 4;
padding: 1 2;
color: $text;
background: $accent-lighten-2 5%;
background: $accent-lighten-2 5%;
}

CommandBuilder .version-string {
@@ -90,7 +90,7 @@ CommandBuilder .command-name-syntax {

CommandTree {
background: $background-lighten-1;
scrollbar-gutter: stable;
scrollbar-gutter: stable;
width: auto;
height: 1fr;
padding: 0 1;
@@ -129,13 +129,13 @@ CommandTree > .tree--guides-hover {
}

ParameterControls {
height: auto;
height: auto;
}

ControlGroup {
height: auto;
border: solid $panel-lighten-2;

}

ControlGroup.single-item {
@@ -153,20 +153,20 @@ ControlGroup:focus-within {
}

ControlGroupsContainer {
height: auto;
height: auto;
}

Pretty {
height: auto;
}

.add-another-button {
margin-right: 1;
margin-right: 1;
background: transparent;
color: $success;
border: none;
background: $boost;
height: 1;
height: 1;
}

.add-another-button:hover {
@@ -197,7 +197,7 @@ $command-info-header-bg: $primary-darken-1;
dock: top;
background: $command-info-header-bg;
color: $text;
height: auto;
height: auto;
}

.command-info-container {
@@ -243,7 +243,7 @@ Tabs:focus .underline--bar {
}

Select.command-form-select {

}

Select.command-form-select SelectCurrent {
@@ -256,13 +256,13 @@ Select.command-form-select:focus SelectCurrent {

.command-form-multiple-choice {
margin-left: 0;
border: tall transparent;
border: tall transparent;
background: $boost;
padding: 0 1;
margin-top: 0;
}

.command-form-multiple-choice:focus-within {
border: tall $accent;

border: tall $accent;
}