Css fixes

This commit is contained in:
mrfry 2022-05-16 21:08:27 +02:00
parent 9c333008c7
commit 8acc3a07e8
3 changed files with 8 additions and 5 deletions

View file

@ -43,7 +43,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
border: 0.5px solid transparent; border: 1px solid transparent;
text-align: center; text-align: center;
padding: 0px 8px; padding: 0px 8px;
margin: 0px 2px; margin: 0px 2px;
@ -90,7 +90,7 @@
.content { .content {
margin-left: 180px; margin-left: 180px;
margin-top: 45px; margin-top: 45px;
padding: 1px 7px; padding: 1px 0px;
width: 100%; width: 100%;
word-wrap: break-word; word-wrap: break-word;
@ -98,15 +98,16 @@
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
div.content { div.content {
box-sizing: border-box;
max-width: calc(100vw); max-width: calc(100vw);
padding: 1px 0px; padding: 1px 10px;
margin-left: 0; margin-left: 0;
} }
} }
.sidebarLinks > a { .sidebarLinks > a {
display: block; display: block;
border: 0.5px solid transparent; border: 1px solid transparent;
text-align: center; text-align: center;
color: black; color: black;
font-size: 108%; font-size: 108%;
@ -119,7 +120,7 @@
} }
.sidebarLinks a.active { .sidebarLinks a.active {
border: 0.5px solid var(--text-color); border: 1px solid var(--text-color);
color: white; color: white;
text-shadow: 2px 2px 8px black; text-shadow: 2px 2px 8px black;
font-weight: bold; font-weight: bold;

View file

@ -15,6 +15,7 @@
} }
.reactionContainer > div { .reactionContainer > div {
font-size: 23px;
margin: 2px 2px; margin: 2px 2px;
padding: 2px 9px; padding: 2px 9px;
border: 1px solid #444; border: 1px solid #444;

View file

@ -174,6 +174,7 @@
color: black; color: black;
max-width: 400px; max-width: 400px;
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-all;
} }
.sendButton { .sendButton {