Skip to content

Commit 24b840e

Browse files
committed
Adjust the progress overlay's vertical alignment and padding, and update the documentation link text
1 parent 76399df commit 24b840e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/ui/src/components/editor/Progress/Progress.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
height: 100%;
77
background-color: rgba(0, 0, 0, 0.5);
88
display: flex;
9-
align-items: flex-start;
9+
align-items: center;
1010
justify-content: center;
1111
opacity: 0;
12+
padding-bottom: 41px;
1213

1314
&--visible {
1415
opacity: 1;

packages/vscode/src/views/panel/frontend/home/Home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const Home: React.FC<Props> = (props) => {
110110
</div>
111111

112112
<div className={styles.footer__website}>
113-
<a href="https://codeweb.chat/">Visit codeweb.chat</a>
113+
<a href="https://codeweb.chat/">Documentation</a>
114114
</div>
115115
</div>
116116
</div>

0 commit comments

Comments
 (0)