rework tabs
This commit is contained in:
parent
14a8cf548f
commit
25f06c166b
25 changed files with 424 additions and 634 deletions
|
@ -1,3 +1,18 @@
|
|||
.libraryViewNav a, paper-tab, paper-tab a {
|
||||
paper-tab, paper-tab a {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab-bar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue