fixed starred/unstarred read/unread
This commit is contained in:
parent
4e77ad9a01
commit
8865361f2d
7 changed files with 174 additions and 120 deletions
|
@ -73,6 +73,11 @@ button:active, a:active, .button:active {
|
|||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
#login .backends label {
|
||||
display: block;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
|
@ -356,4 +361,4 @@ canvas {
|
|||
#settings .button.small {
|
||||
width: 20%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue