Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanmir committed Jul 9, 2019
1 parent 89dcfe6 commit 2abbed1
Show file tree
Hide file tree
Showing 7 changed files with 560 additions and 59 deletions.
2 changes: 1 addition & 1 deletion packages/style/src/arrows.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/* arrow avatars */

.dp-po-Avatar .dp-po-arrow {
height: 15px;
height: 14px;
width: 10px;
}

Expand Down
5 changes: 4 additions & 1 deletion packages/style/src/components/dp-po-avatars.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
height: 30px;
justify-content: center;
min-width: 30px;
text-transform: uppercase;
}

.Avatar--name .dp-po-Avatar-tooltip {
top: 5px;
}
4 changes: 3 additions & 1 deletion packages/style/src/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
@media (min-width: 576px) {

.dp-po-container {
max-width: 540px;
/*max-width: 540px;*/
max-width: 100%;
padding: 0 8px;
}
}

Expand Down
Loading

0 comments on commit 2abbed1

Please sign in to comment.