From 7da7c31d7b12e048945c91e91b3c69be3525bdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 23 Oct 2022 12:33:27 +0100 Subject: [PATCH] feat: removed display frame margins --- examples/web/react/components/display/display.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/web/react/components/display/display.css b/examples/web/react/components/display/display.css index f2337ed6..fa6401a2 100644 --- a/examples/web/react/components/display/display.css +++ b/examples/web/react/components/display/display.css @@ -41,17 +41,10 @@ background-color: #1b1a17; border: 2px solid #50cb93; font-size: 0px; - margin-top: 78px; max-width: 320px; padding: 8px 8px 8px 8px; } -@media only screen and (max-width: 1120px) { - .display > .display-frame { - margin-top: 12px; - } -} - .display.fullscreen > .display-frame { background-color: transparent; border: none; -- GitLab