Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #10371
Closed
Open
Issue created Sep 02, 2013 by Administrator@rootContributor

use of @screen-xs-max in navbars.less

Created by: bassjobsen

@screen-xs-max is used to style the dropdown menus when collapsed. In the default situation this works cause @screen-xs-max = @grid-float-breakpoint-1 = 767. This breaks when changing @grid-float-breakpoint (b.e. to 0 for a non-responsive version).

Solution define a new variable: max(0,grid-float-breakpoint-1) and use this stead of screen-xs-max in navbars.less.

I don't know if the max() function works, see: https://github.com/less/less.js/pull/1371

Assignee
Assign to
Time tracking