Skip to content

Commit 85f5952

Browse files
committed
edit templates styles
1 parent 71194c9 commit 85f5952

1 file changed

Lines changed: 44 additions & 5 deletions

File tree

src/livecodes/styles/inc-modal.scss

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,13 +1467,52 @@
14671467
}
14681468
}
14691469

1470-
#templates-user {
1471-
.loading {
1472-
margin-top: 3em;
1470+
#templates-container {
1471+
#templates-tabs {
1472+
margin-bottom: unset;
1473+
width: calc(100% - var(--s4));
14731474
}
14741475

1475-
ul {
1476-
height: fit-content;
1476+
.templates-search-container {
1477+
display: flex;
1478+
width: 100%;
1479+
1480+
label {
1481+
align-items: center;
1482+
display: flex;
1483+
margin: 0 var(--s4);
1484+
white-space: nowrap;
1485+
}
1486+
1487+
input {
1488+
align-items: center;
1489+
display: flex;
1490+
margin: var(--s12) var(--s4);
1491+
}
1492+
}
1493+
1494+
@media screen and (max-width: 480px) {
1495+
.templates-search-container {
1496+
label {
1497+
display: none;
1498+
}
1499+
1500+
input {
1501+
margin-inline-start: 0;
1502+
}
1503+
}
1504+
}
1505+
1506+
#templates-user {
1507+
width: calc(100% - var(--s4));
1508+
1509+
.loading {
1510+
margin-top: 3em;
1511+
}
1512+
1513+
ul {
1514+
height: fit-content;
1515+
}
14771516
}
14781517
}
14791518

0 commit comments

Comments
 (0)