mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Consolidation of dropdown sizes
This commit is contained in:
parent
7697f6352b
commit
50dc6c2e81
2 changed files with 1 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
float: left;
|
||||
margin: 2px 0 0;
|
||||
padding: 10px;
|
||||
min-width: 220px;
|
||||
min-width: 200px;
|
||||
border: #dfe1e3 1px solid;
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
|
|
|
@ -381,10 +381,6 @@
|
|||
left: -180px;
|
||||
}
|
||||
|
||||
.gh-help-menu .dropdown .dropdown-menu {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.gh-help-menu .dropdown.fade-in-scale {
|
||||
animation-duration: 0.1s;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue