From 1317784a4372fa3f594e98b0681b20578db83df9 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 9 Jan 2021 18:47:12 +0900 Subject: [PATCH] render fix. --- styles/aurora.css | 4 ++++ styles/dark.css | 4 ++++ styles/white.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/styles/aurora.css b/styles/aurora.css index 612eb0b..530678c 100644 --- a/styles/aurora.css +++ b/styles/aurora.css @@ -53,6 +53,10 @@ div { flex-direction: column; } +.plain.unkown-file { + display: unset; +} + .plain div { white-space: pre-line; } diff --git a/styles/dark.css b/styles/dark.css index b510b8d..48ba1d5 100644 --- a/styles/dark.css +++ b/styles/dark.css @@ -53,6 +53,10 @@ div { flex-direction: column; } +.plain.unkown-file { + display: unset; +} + .plain div { white-space: pre-line; } diff --git a/styles/white.css b/styles/white.css index fbced6f..8aa1556 100644 --- a/styles/white.css +++ b/styles/white.css @@ -53,6 +53,10 @@ div { flex-direction: column; } +.plain.unkown-file { + display: unset; +} + .plain div { white-space: pre-line; }