Merge remote-tracking branch 'odakyu/custom/quote' into features/mastodon-main
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
//ここまで下タブバーの実装
|
||||
Reference in New Issue
Block a user