@rhavenside/baseline-ui 1.0.17 → 1.0.18
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 +9 -0
- package/dist/baseline.css.map +1 -1
- package/dist/baseline.min.css +1 -1
- package/package.json +1 -1
- package/src/components/_sidebar.scss +11 -0
package/dist/baseline.css
CHANGED
|
@@ -4908,6 +4908,15 @@ textarea {
|
|
|
4908
4908
|
.bl-sidebar.bl-sidebar-right.bl-sidebar-open {
|
|
4909
4909
|
transform: translateX(0);
|
|
4910
4910
|
}
|
|
4911
|
+
@media (min-width: 768px) {
|
|
4912
|
+
.bl-sidebar.bl-sidebar-persistent {
|
|
4913
|
+
position: fixed;
|
|
4914
|
+
top: 0;
|
|
4915
|
+
left: 0;
|
|
4916
|
+
height: 100vh;
|
|
4917
|
+
min-height: auto;
|
|
4918
|
+
}
|
|
4919
|
+
}
|
|
4911
4920
|
|
|
4912
4921
|
.bl-sidebar-backdrop {
|
|
4913
4922
|
position: fixed;
|