mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
parent
98576cc84a
commit
ec568a21b6
2 changed files with 16 additions and 6 deletions
|
@ -556,7 +556,7 @@ body.zen {
|
|||
pointer-events: none;
|
||||
|
||||
@media (max-width: 400px) {
|
||||
right: 165px;
|
||||
right: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -578,8 +578,7 @@ body.zen {
|
|||
|
||||
@media (max-width: 400px) {
|
||||
display: block;
|
||||
width: 115px;
|
||||
max-width: inherit;
|
||||
max-width: calc(100% - 230px);
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
@ -603,13 +602,24 @@ body.zen {
|
|||
|
||||
input[type="text"].tag-input {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
color: $lightgrey;
|
||||
font-weight: 300;
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
||||
width: 150px;
|
||||
margin-top: -8px;
|
||||
line-height: 1;
|
||||
padding: 9px;
|
||||
|
||||
@media (max-width: 400px) {
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
right: 170px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
4
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
4
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue