We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3819ac6 + ba1c243 commit bceaebbCopy full SHA for bceaebb
apps/web/src/app/globals.css
@@ -364,7 +364,7 @@ main {
364
}
365
366
.sidebar.active {
367
- max-height: 405px;
+ max-height: 425px;
368
369
370
.sidebar-info {
@@ -1549,7 +1549,8 @@ textarea.form-input::-webkit-resizer {
1549
1550
1551
1552
- max-height: 584px;
+ /* max-height: 584px; */
1553
+ max-height: 610px;
1554
1555
1556
@@ -1803,6 +1804,10 @@ textarea.form-input::-webkit-resizer {
1803
1804
display: none;
1805
1806
1807
+ .sidebar.active {
1808
+ max-height: 900px;
1809
+ }
1810
+
1811
/**
1812
* ABOUT
1813
*/
0 commit comments