Skip to content

Commit

Permalink
Merge pull request #5611 from pods-framework/feature/friends-of-pods
Browse files Browse the repository at this point in the history
Enhance Friends of Pods callout
  • Loading branch information
sc0ttkclark authored Mar 5, 2020
2 parents bebd0fc + f762b41 commit ae48f1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/styles/dist/pods.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion ui/styles/src/base/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,10 @@ body[class*="settings_page_pods-"] {
flex-direction: column;
}

.pods-admin > * {
flex-grow: 1;
}

.pods-admin_friends-callout_container {
min-width: 250px;
width: 100%;
Expand All @@ -656,7 +660,7 @@ body[class*="settings_page_pods-"] {
position: relative;
}

@media (min-width: 1200px) {
@media (min-width: 851px) {
.pods-admin {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
Expand Down
2 changes: 1 addition & 1 deletion ui/styles/src/sourcemaps/pods.css.map

Large diffs are not rendered by default.

0 comments on commit ae48f1e

Please sign in to comment.