mirror of https://github.com/zulip/zulip.git
portico: Add responsive styling to /integrations/ subpages.
Tweaked by tabbott to clean up the commit message and some confusing code duplication. Fixes #11701.
This commit is contained in:
parent
43591d6c71
commit
d711b1c8ba
|
@ -1151,10 +1151,16 @@ input#terminal:checked ~ #tab-terminal {
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.integration-instructions {
|
||||
margin-left: 220px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.integration-instructions {
|
||||
margin-left: 220px;
|
||||
}
|
||||
|
||||
#integration-list-link {
|
||||
top: 200px;
|
||||
left: 30px;
|
||||
}
|
||||
}
|
||||
.api-page-header,
|
||||
.authors-page-header,
|
||||
.integrations-page-header,
|
||||
|
@ -1226,8 +1232,6 @@ input#terminal:checked ~ #tab-terminal {
|
|||
|
||||
#integration-list-link {
|
||||
position: absolute;
|
||||
top: 200px;
|
||||
left: 30px;
|
||||
text-align: center;
|
||||
display: none;
|
||||
margin-left: 5px;
|
||||
|
|
Loading…
Reference in New Issue