feature: remember if someone has logged in and default to a login screen
fix: some includes needed updating feature: some more overrides
This commit is contained in:
parent
ebf0e4428e
commit
7b3494cc32
12 changed files with 90 additions and 55 deletions
|
|
@ -111,21 +111,13 @@
|
|||
|
||||
@media screen and (max-width: 800px) {
|
||||
.tab-label {
|
||||
width: 3rem;
|
||||
}
|
||||
|
||||
.tab-label .label {
|
||||
font-size: small;
|
||||
width: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
.tab-label {
|
||||
width: 2.5rem;
|
||||
}
|
||||
|
||||
.tab-label .label {
|
||||
font-size: 8px;
|
||||
width: 3rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue