fix #45
This commit is contained in:
parent
d149f351d2
commit
47eef04643
4 changed files with 39 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue