mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-23 02:33:21 +00:00
add theme linernotes_dark
This commit is contained in:
parent
79f25fa452
commit
ae42207b8d
35 changed files with 1613 additions and 0 deletions
28
app/javascript/styles/mods/layout_mobile_bottombar.css
Normal file
28
app/javascript/styles/mods/layout_mobile_bottombar.css
Normal 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}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue