Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
44 changes: 0 additions & 44 deletions public/components/package/pannels/scripts/scripts.css

This file was deleted.

9 changes: 7 additions & 2 deletions public/components/package/pannels/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ class Scripts extends LitElement {
static styles = [
scrollbarStyle,
css`
:host {
:host {
display: block;
overflow: hidden auto;
height: calc(100vh - 315px);
box-sizing: border-box;
}
}

.package-scripts {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -60,6 +61,10 @@ class Scripts extends LitElement {
color: #efe493;
}

.package-scripts .script > p {
margin: 0;
}

.package-scripts .script p.name {
color: #B3E5FC;
height: 26px;
Expand Down