From 91670b36fa8cefacf631f29aeb09f05fdce137d5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 10 Nov 2022 22:07:33 +0100 Subject: [PATCH] Fix img width in notes --- src/common/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/static/style.css b/src/common/static/style.css index 88d9572..6e899b7 100644 --- a/src/common/static/style.css +++ b/src/common/static/style.css @@ -1,3 +1,7 @@ .state-enabled { filter: invert(50%) sepia(100%) saturate(3000%) hue-rotate(325deg); } + +#notes img { + max-width: 100%; +}