Skip to content

Commit 8e4cd4b

Browse files
committed
chore(popup): add note fo user
1 parent a8353ce commit 8e4cd4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/app/app.component.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
font-size: 15px;
120120
}
121121

122+
.note {
123+
margin: 3px;
124+
font-size: 12px;
125+
}
122126
.card-container .card:not(:last-child) {
123127
margin-right: 0;
124128
}
@@ -274,7 +278,7 @@
274278
}
275279

276280
mat-divider {
277-
margin-top: 18px;
281+
margin-top: 0px;
278282
margin-bottom: 5px;
279283
width: 100%;
280284
border-top-width: 3px;
@@ -378,6 +382,7 @@
378382
<span *ngIf="!currentChosenSession">No User Session chosen</span>
379383
</div>
380384

385+
<p class="note">The above user session will be used for your leetcode submissions</p>
381386
<mat-divider>sdsd</mat-divider>
382387
<h4 style="font-weight: 600">
383388
Choose a session to update Current User Session

0 commit comments

Comments
 (0)