diff --git a/src/layouts/NodeLayout/styles.module.scss b/src/layouts/NodeLayout/styles.module.scss index caf00794..0f154993 100644 --- a/src/layouts/NodeLayout/styles.module.scss +++ b/src/layouts/NodeLayout/styles.module.scss @@ -26,23 +26,6 @@ } } -.panel { - flex: 1 3; - display: flex; - align-items: flex-start; - justify-content: flex-start; - padding-left: $gap / 2; - min-width: 0; - position: relative; - z-index: 10; - - @media (max-width: 1024px) { - padding-left: 0; - padding-top: $comment_height / 2; - flex: 1 2; - } -} - .buttons { background: $node_buttons_bg; flex: 1;