Merge remote-tracking branch 'odakyu/custom/quote' into features/mastodon-main

This commit is contained in:
2023-07-13 17:16:03 +00:00
2450 changed files with 64044 additions and 36091 deletions

View File

@@ -21,7 +21,6 @@
@media screen and (max-width: 630px) {
.tab-ber-bottom .timeline{
width:100%;
height: calc(100% - 55px);
margin: 0 0 50px 0;
}
@@ -32,14 +31,25 @@
position: fixed;
}
.tab-ber-bottom .navber .tabs-bar__wrapper{
.tab-ber-bottom .navber .tabs-bar__wrapper {
bottom: 0;
width: 100%;
align-self: auto;
display: flex;
}
.tab-ber-bottom .navber .tabs-bar__wrapper a{
flex: 1;
text-align: center;
}
.columns-area__panels__pane-tab-ber{
display: none;
}
.tab-ber-bottom .navber .tabs-bar__wrapper a span {
display: none;
}
}
//ここまで下タブバーの実装