mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Fix img width in notes
This commit is contained in:
parent
abff148dd6
commit
91670b36fa
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
.state-enabled {
|
||||
filter: invert(50%) sepia(100%) saturate(3000%) hue-rotate(325deg);
|
||||
}
|
||||
|
||||
#notes img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue