add theme linernotes_dark

This commit is contained in:
wuyingren 2020-05-25 00:43:36 +08:00
parent 79f25fa452
commit ae42207b8d
35 changed files with 1613 additions and 0 deletions

View file

@ -0,0 +1,28 @@
/*
Bottom tabs on mobile:
- Places the tab bar at the bottom instead of the top.
- Fixes layout errors that are a result of this change.
author: trwnh
license: Public Domain
*/
@media (max-width: 630px) {
.tabs-bar {
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
margin: 0;
}
.getting-started {overflow: auto} /* can be removed after PR #10075 is merged */
.columns-area {padding: 0}
.getting-started__trends, .getting-started__wrapper, .search {margin: 0}
.floating-action-button, .column .scrollable > div:last-child {margin-bottom: 50px}
.react-swipeable-view-container {height: calc(100% - 50px)}
.react-swipeable-view-container .columns-area {height: 100% !important}
}