Skip to content

Commit

Permalink
[FIX] connect - unconnected responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
babsolune committed Jun 14, 2020
1 parent a151d7d commit cecf56c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions connect/templates/connect_mini.css
Expand Up @@ -29,8 +29,9 @@
content: '\f0d8';
}

#module-connect .connect-contents.cell-list-inline ul {
#module-connect .cell-list-inline ul {
flex-direction: column;
flex-wrap: nowrap;
}

#module-connect .cell-list .li-spaced a {
Expand All @@ -45,8 +46,9 @@
#module-connect .js-menu-button {
display: none;
}
#module-connect .connect-contents.cell-list-inline ul {
#module-connect .cell-list-inline ul {
flex-direction: row;
flex-wrap: wrap;
}
}

Expand Down
2 changes: 1 addition & 1 deletion connect/templates/connect_mini.tpl
Expand Up @@ -94,7 +94,7 @@
</div>
<div class="cell-list connected-contents">
# ELSE #
<div class="cell-list cell-list-inline connected-content">
<div class="cell-list cell-list-inline connected-contents">
<a href="#" class="js-menu-button" onclick="open_submenu('module-connect', 'active-connect');return false;">
<i class="fa fa-fw fa-bars # IF NUMBER_TOTAL_ALERT # blink alert# ENDIF #" aria-hidden="true"></i>
<span>{L_PRIVATE_PROFIL}</span>
Expand Down
2 changes: 2 additions & 0 deletions templates/default/theme/input.css
Expand Up @@ -154,6 +154,8 @@ a.grouped-element,
align-items: center;
}

.grouped-inputs button { justify-content: center; }

.grouped-inputs .cssmenu-select button {
justify-content: center;
}
Expand Down

0 comments on commit cecf56c

Please sign in to comment.