1a88de26 by Jerald Lim

fixed bug

1 parent b8784cd5
......@@ -10,6 +10,7 @@
width:260px;
padding:10px;
background-color:#202123;
overflow: auto;
}
/* under 640px do this */
@media (max-width: 640px) {
......@@ -129,7 +130,7 @@
.message {
width: 100%;
overflow: hidden;
word-wrap: break-word;
/* word-wrap: break-word; */
padding-left: 40px;
padding-right: 40px;
}
......
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap'); */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Alegreya Sans", sans-serif;
/* font-family: "Alegreya Sans", sans-serif; */
}
.sidemenu {
background-color: #101827 !important;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!