Skip to content

Commit

Permalink
fix(manager): adjust app container on narrow devices to make room for…
Browse files Browse the repository at this point in the history
… sidebar (Jigsaw-Code#1495)

* i feel disguisting lol

* app container is better
  • Loading branch information
daniellacosse authored Feb 2, 2024
1 parent 5272b34 commit 639e1e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server_manager/web_app/ui_components/app-root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ export class AppRoot extends polymerElementWithLocalize {
#getConnectedDialog .buttons {
margin-top: -5px; /* undo spacing added after iframe */
}
@media (max-width: 887px) {
.app-container {
margin-left: 50px;
}
}
</style>
<outline-tos-view id="tosView" has-accepted-terms-of-service="{{userAcceptedTos}}" hidden\$="{{hasAcceptedTos}}" localize="[[localize]]"></outline-tos-view>
Expand Down

0 comments on commit 639e1e2

Please sign in to comment.