Skip to content

Commit

Permalink
fix(start-from): styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Nov 30, 2023
1 parent 70eeedd commit 5f3b779
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions blocks/Copyright/copyright.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lr-copyright {
display: flex;
align-items: flex-end;
}

lr-copyright .credits {
padding: 0 var(--gap-mid) var(--gap-mid) calc(var(--gap-mid) * 1.5);
color: var(--clr-txt-lightest);
Expand Down
2 changes: 1 addition & 1 deletion blocks/StartFrom/start-from.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lr-start-from .content {
grid-auto-flow: row;
gap: var(--gap-max);
width: 100%;
height: max-content;
height: 100%;
padding: var(--gap-max);
overflow-y: auto;
background-color: var(--clr-background-light);
Expand Down
1 change: 1 addition & 0 deletions solutions/file-uploader/inline/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ lr-activity-header .close-btn {
@container (min-width: 500px) {
lr-start-from .content {
grid-template-columns: 1fr max-content;
height: 100%;
}

lr-start-from lr-copyright {
Expand Down
4 changes: 2 additions & 2 deletions solutions/file-uploader/minimal/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
display: block;
}

lr-start-from {
lr-start-from .content {
display: flex;
flex-direction: column;
gap: var(--gap-min);
padding: 0;
overflow: hidden;
text-align: center;
align-items: center;
background-color: transparent;
}

Expand Down

0 comments on commit 5f3b779

Please sign in to comment.