Options page: handle not being logged in.
The options page now displays whether or not the user is logged in.
This commit is contained in:
parent
eb2e44e13e
commit
a1f56007d0
3 changed files with 23 additions and 4 deletions
|
|
@ -107,7 +107,12 @@ div#debug {
|
|||
|
||||
/* For options.html */
|
||||
div#switch {
|
||||
display: none;
|
||||
margin-bottom: 1em;
|
||||
padding: 0.4em 0.4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#ostat {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue