Skip to content
GitLab
    • Explore Projects Groups Snippets
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
  • Merge requests
  • !9040

Update .navbar-toggle to match other `.navbar` el

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/jholl/patch-1 into 3.0.0-wip 11 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: jholl

Update .navbar-toggle styling to position dynamically within .navbar right padding, and to size/look more like a .btn element

  • change right: 10px to right: @navbar-padding-horizontal
  • change height: to 34px
  • change top: to calc basis new height
  • change padding: to match .btn el
  • could add dynamic calc for height and in calc of top, but not in this PR
Compare
  • 3.0.0-wip (base)

and
  • latest version
    2de78a24
    1 commit, 2 years ago

1 file
+ 4
- 4

    Preferences

    File browser
    Compare changes
less/navbar.less
+ 4
- 4
  • View file @ 2de78a24


@@ -117,11 +117,11 @@
// Collapsible navbar toggle
.navbar-toggle {
position: absolute;
top: floor((@navbar-height - 32) / 2);
right: 10px;
top: floor((@navbar-height - 34) / 2);
right: @navbar-padding-horizontal;
width: 48px;
height: 32px;
padding: 8px 12px;
height: 34px;
padding: @padding-base-vertical @padding-base-horizontal;
background-color: transparent;
border: 1px solid @navbar-toggle-border-color;
border-radius: @border-radius-base;
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
incorporating-feedback needs-review
2
incorporating-feedback needs-review
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: donnemartin/system-design-primer!146
Source branch: github/fork/jholl/patch-1

Menu

Explore Projects Groups Snippets