diff --git a/core/css/tabbed-container.css b/core/css/tabbed-container.css index d083912..8a87d22 100644 --- a/core/css/tabbed-container.css +++ b/core/css/tabbed-container.css @@ -120,36 +120,4 @@ background: linear-gradient(-90deg, var(--tab-selected) 25%, var(--tab-gradient) 100%); border: var(--tab-border); } -} - -.tabbed-container._weditor .tablist .buttonrow { - height: 0px; - overflow: hidden; -} - -.tabbed-container._weditor .tablist .buttonrow.visible { - background: var(--tab-selected); - border: var(--tab-border); - border-bottom: none; - padding: 4px 0px 0px 4px; - height: unset; -} - -.tabbed-container._weditor .tablist .buttonrow .button { - margin: 0px; -} - -.tabbed-container._weditor .box[name="edit"] { - display: flex; - margin: 0px; - padding: 0px; -} - -.tabbed-container._weditor .box[name="edit"] textarea { - border: none; - margin: 0px; -} - -.tabbed-container._weditor .box[name="preview"] { - font-family: initial; } \ No newline at end of file diff --git a/core/style.css b/core/style.css index e563d2d..bb49a95 100644 --- a/core/style.css +++ b/core/style.css @@ -1772,6 +1772,39 @@ div.user-input-box .userlink > * { pointer-events: none; } +/* EDITOR */ +.tabbed-container._weditor .tablist .buttonrow { + height: 0px; + overflow: hidden; +} + +.tabbed-container._weditor .tablist .buttonrow.visible { + background: var(--tab-selected); + border: var(--tab-border); + border-bottom: none; + padding: 4px 0px 0px 4px; + height: unset; +} + +.tabbed-container._weditor .tablist .buttonrow .button { + margin: 0px; +} + +.tabbed-container._weditor .box[name="edit"] { + display: flex; + margin: 0px; + padding: 0px; +} + +.tabbed-container._weditor .box[name="edit"] textarea { + border: none; + margin: 0px; +} + +.tabbed-container._weditor .box[name="preview"] { + font-family: initial; +} + /* AD STYLING */ .adbanner img { max-width: 100%;