Git Product home page Git Product logo

Comments (3)

naichilab avatar naichilab commented on September 13, 2024

E.G.さんからDMいただいた。自分の環境で入れて見たけどうまく適用できなかったのでメモ。

こんばんは!
issuesを眺めていて、ちゃちゃっと応急処置できそうだなって箇所があったので、一応ご連絡致しました!

■#1
・下記を適当な場所に追加
@media all and (min-size:768px) and (max-size:991px){
  .navbar-collapse{
    font-size:14px;
  }
}

■#4
・下記を適当な場所に追加
@media all and (max-size:374px){
  .navbar-brand{
    font-size:14px;
  }
}

上記をcustom.cssなど適当な場所に追加してテストしてみて下さい。

Chromeでしか確認していないため、どこかのブラウザで上手くいかないかもしれませんが、@mediaの範囲内でmarginなど適当にいじればカラム落ちは直ると思います。

UI関連でおとんさんが参加されたみたいなので、もしかしたら不要な情報だったかもしれませんが、念のためお伝えしておきます!

from lets-play-mobile-games.

Subarunari avatar Subarunari commented on September 13, 2024

文字サイズ作戦もありましたか!こちらは画面サイズsmをトリガーとしてハンバーガーメニュー表示する作戦で、動作確認済みです。ちなみにデフォルトはxsサイズがトリガーになります。
https://stackoverflow.com/questions/19827605/change-bootstrap-navbar-collapse-breakpoint-without-using-less
Bootstrap4(α)でclass指定できるようになっているようですねー。

from lets-play-mobile-games.

naichilab avatar naichilab commented on September 13, 2024

まだ画面数も少ないですしテンプレート丸ごと無かったことにして考えてもらう方がよいかも!
ヘッダ部分いまいち使いづらいような?

from lets-play-mobile-games.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.