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

View file

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

View file

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