From 53d1f81ab290a0384563065cf9bd29dd0c053990 Mon Sep 17 00:00:00 2001 From: Lukas Hass Date: Sun, 8 May 2022 13:40:33 +0200 Subject: [PATCH] Fix nes-container border on chrome --- front/style/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/front/style/style.scss b/front/style/style.scss index 25ab69aa..c8ef0461 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -934,3 +934,8 @@ div.emoji-picker { user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ } + +// TODO: remove once https://github.com/nostalgic-css/NES.css/pull/482 is released +.nes-container.is-rounded { + border-image-repeat: stretch; +}