@mjhls/mjh-framework 1.0.462 → 1.0.463
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/README.md +1 -1
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/esm/getSerializers.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2018,7 +2018,7 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
2018
2018
|
React__default.createElement(
|
|
2019
2019
|
'style',
|
|
2020
2020
|
{ jsx: 'true' },
|
|
2021
|
-
'\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
|
|
2021
|
+
'\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n // resolving list items inside sidebar being shifted to center because of unusual margin\n .sidebar ul {\n margin-left: 0;\n padding-left: 2rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
|
|
2022
2022
|
)
|
|
2023
2023
|
);
|
|
2024
2024
|
};
|
|
@@ -2012,7 +2012,7 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
2012
2012
|
React__default.createElement(
|
|
2013
2013
|
'style',
|
|
2014
2014
|
{ jsx: 'true' },
|
|
2015
|
-
'\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
|
|
2015
|
+
'\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n // resolving list items inside sidebar being shifted to center because of unusual margin\n .sidebar ul {\n margin-left: 0;\n padding-left: 2rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
|
|
2016
2016
|
)
|
|
2017
2017
|
);
|
|
2018
2018
|
};
|