1a88de26 by Jerald Lim

fixed bug

1 parent b8784cd5
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
10 width:260px; 10 width:260px;
11 padding:10px; 11 padding:10px;
12 background-color:#202123; 12 background-color:#202123;
13 overflow: auto;
13 } 14 }
14 /* under 640px do this */ 15 /* under 640px do this */
15 @media (max-width: 640px) { 16 @media (max-width: 640px) {
...@@ -129,7 +130,7 @@ ...@@ -129,7 +130,7 @@
129 .message { 130 .message {
130 width: 100%; 131 width: 100%;
131 overflow: hidden; 132 overflow: hidden;
132 word-wrap: break-word; 133 /* word-wrap: break-word; */
133 padding-left: 40px; 134 padding-left: 40px;
134 padding-right: 40px; 135 padding-right: 40px;
135 } 136 }
......
1 @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap'); 1 /* @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap'); */
2 2
3 body { 3 body {
4 -webkit-font-smoothing: antialiased; 4 -webkit-font-smoothing: antialiased;
5 -moz-osx-font-smoothing: grayscale; 5 -moz-osx-font-smoothing: grayscale;
6 font-family: "Alegreya Sans", sans-serif; 6 /* font-family: "Alegreya Sans", sans-serif; */
7 } 7 }
8 .sidemenu { 8 .sidemenu {
9 background-color: #101827 !important; 9 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!