This commit is contained in:
Kevin Froman 2020-02-12 01:19:59 -06:00
parent d149f351d2
commit 47eef04643
4 changed files with 39 additions and 20 deletions

View file

@ -1,12 +1,12 @@
.threadEntry{
margin-bottom: 2%;
}
.threadEntry button{
margin-right: 1%;
}
.threadEntry span, .sentboxList span{
padding-left: 1%;
}
.threadEntry, .sentboxList{
cursor: pointer;
}
.overlayContent{
background-color: lightgray;
@ -48,4 +48,10 @@
#settingsModal .modal-card-body{
font-size: 150%;
min-height: 300px;
}
}
#settingsModal textarea{
resize: none;
margin-top: 1em;
}