We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8353ce commit 8e4cd4bCopy full SHA for 8e4cd4b
src/app/app.component.html
@@ -119,6 +119,10 @@
119
font-size: 15px;
120
}
121
122
+ .note {
123
+ margin: 3px;
124
+ font-size: 12px;
125
+ }
126
.card-container .card:not(:last-child) {
127
margin-right: 0;
128
@@ -274,7 +278,7 @@
274
278
275
279
276
280
mat-divider {
277
- margin-top: 18px;
281
+ margin-top: 0px;
282
margin-bottom: 5px;
283
width: 100%;
284
border-top-width: 3px;
@@ -378,6 +382,7 @@
378
382
<span *ngIf="!currentChosenSession">No User Session chosen</span>
379
383
</div>
380
384
385
+ <p class="note">The above user session will be used for your leetcode submissions</p>
381
386
<mat-divider>sdsd</mat-divider>
387
<h4 style="font-weight: 600">
388
Choose a session to update Current User Session
0 commit comments