Merge pull request #108 from eai04191/feature/better-mobile-navbar

モバイルのナビメニューを整える
This commit is contained in:
shibafu
2019-02-27 23:46:22 +09:00
committed by GitHub
2 changed files with 148 additions and 52 deletions

18
public/css/tissue.css vendored
View File

@@ -66,4 +66,22 @@
.tis-sidebar-info {
font-size: small;
}
}
#navbarNav > .d-lg-none > .row > div:first-of-type {
padding-left: 15px;
padding-right: 7.5px;
}
#navbarNav > .d-lg-none > .row > div {
padding-left: 7.5px;
padding-right: 15px;
}
#navbarNav > .d-lg-none > .row > .col .btn {
width: 100%;
}
#navbarAccountDropdownSp {
max-width: calc(100vw - 5em);
}