fix navigation hierarchy, use top bar and align controls
This commit is contained in:
parent
3b80e68c54
commit
f9d0c7c910
2 changed files with 17 additions and 8 deletions
|
@ -120,6 +120,15 @@ section > header h1 {
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.reload, .all-read, #setstarred, #setunread {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.settings, .list {
|
||||
float: left;
|
||||
}
|
||||
|
||||
section > footer {
|
||||
padding: 10px;
|
||||
position: fixed;
|
||||
|
|
Reference in a new issue