forked from rDrama/rDrama
1
0
Fork 0

same as last bunch of commits

master
Aevann1 2022-12-14 21:54:30 +02:00
parent 6535f94f63
commit 8a2ca1d0d3
1 changed files with 2 additions and 2 deletions

View File

@ -6469,7 +6469,7 @@ div.markdown {
scrollbar-width: none;
-ms-overflow-style: none;
max-height: 70vh !important;
max-width: 70vw !important;
max-width: 65vw !important;
}
.resizable::-webkit-scrollbar {
background: transparent;
@ -6478,7 +6478,7 @@ div.markdown {
height: 100% !important;
width: 100% !important;
max-height: 70vh !important;
max-width: 70vw !important;
max-width: 65vw !important;
margin: 0 !important;
}