Add version numbers; make app title configurable
This commit is contained in:
parent
186dcdc0cb
commit
8df2684e5c
11 changed files with 159 additions and 38 deletions
|
|
@ -57,15 +57,32 @@ header {
|
|||
margin: 1rem;
|
||||
padding: 0 1rem;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
header > * {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
header > .header_appversion {
|
||||
font-size: 0.75rem;
|
||||
color: #767676;
|
||||
}
|
||||
|
||||
header > .header_appversion > a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
header > .header_spacer {
|
||||
width: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
||||
/* -- Navigation bar -- */
|
||||
nav {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue