Repository URL to install this package:
|
Version:
3.12.20 ▾
|
@filerobot/explorer
/
lib
/
components
/
FileWindowPanel
/
tabs
/
CommentsTab
/
CommentsTab.styled.js
|
|---|
var _templateObject;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
import styled, { css } from 'styled-components';
var Wrapper = styled.div(function (_ref) {
var theme = _ref.theme;
return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n padding-bottom: 12px ; //added because .filerobot-Explorer-Details has height calc(100%-24px) so remove if it's removed there\n height: 100%;\n overflow: auto;\n\n ", " {\n > :first-child > :nth-child(2) {\n width: 100%;\n\n > div {\n border-radius: 4px;\n }\n }\n }\n\n ", " & {\n > :first-child > :nth-child(2) {\n width: 100%;\n max-width: 650px;\n margin-left: auto;\n margin-right: auto;\n\n > div {\n border-radius: 4px;\n }\n }\n }\n\n ", " & {\n > :first-child > :nth-child(2) {\n width: 100%;\n max-width: 650px;\n margin-left: auto;\n margin-right: auto;\n\n > div {\n border-radius: 4px;\n }\n }\n }\n"])), theme.breakpoints.down('lg'), theme.breakpoints.classes.md, theme.breakpoints.classes.sm);
});
var Styled = {
Wrapper: Wrapper
};
export default Styled;