mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
for some reason iOS is shitting the bed on the .navbar-toggle unless it gets fixed dimensions
This commit is contained in:
parent
3ed05f60fd
commit
64efa86036
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -2870,6 +2870,8 @@ button.close {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
width: 48px;
|
||||||
|
height: 32px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
@ -119,6 +119,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
width: 48px;
|
||||||
|
height: 32px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user