@rhavenside/baseline-ui 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/baseline.css
CHANGED
|
@@ -4873,6 +4873,12 @@ textarea {
|
|
|
4873
4873
|
transition: transform var(--transition-duration-slow) var(--transition-ease-out);
|
|
4874
4874
|
overflow: hidden;
|
|
4875
4875
|
}
|
|
4876
|
+
@media (max-width: 767.98px) {
|
|
4877
|
+
.bl-sidebar {
|
|
4878
|
+
width: min(85%, 320px);
|
|
4879
|
+
max-width: 90vw;
|
|
4880
|
+
}
|
|
4881
|
+
}
|
|
4876
4882
|
.bl-sidebar::-webkit-scrollbar {
|
|
4877
4883
|
width: 6px;
|
|
4878
4884
|
}
|
|
@@ -4900,6 +4906,7 @@ textarea {
|
|
|
4900
4906
|
min-height: 100vh;
|
|
4901
4907
|
box-shadow: none;
|
|
4902
4908
|
border-right: 1px solid var(--glass-border-medium);
|
|
4909
|
+
width: 280px;
|
|
4903
4910
|
}
|
|
4904
4911
|
}
|
|
4905
4912
|
.bl-sidebar.bl-sidebar-open {
|