fix: styles and mobile ux

This commit is contained in:
Yifei Zhang
2023-03-15 03:54:14 +00:00
parent 5f7856cc31
commit 653a740f0f
5 changed files with 62 additions and 53 deletions

View File

@@ -45,7 +45,7 @@
--window-width: 90vw;
--window-height: 90vh;
--sidebar-width: 300px;
--window-content-width: calc(var(--window-width) - var(--sidebar-width));
--window-content-width: calc(100% - var(--sidebar-width));
--message-max-width: 80%;
}
@@ -155,3 +155,7 @@ input[type="range"]::-webkit-slider-thumb:hover {
transform: scaleY(1.2);
width: 24px;
}
div.math {
overflow-x: auto;
}