Skip to content

Commit

Permalink
Fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Jul 3, 2018
1 parent ba80458 commit 00ebe69
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The Icon popup attribute group contains values for **_isEnabled**, **_classes**,
No known limitations.

----------------------------
**Version number:** 2.1.8
**Version number:** 2.1.9
**Framework versions supported:** 2.0.4
**Author / maintainer:** DeltaNet with [contributors](https://github.com/deltanet/adapt-icon-popup/graphs/contributors)
**Accessibility support:** Yes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-icon-popup",
"version": "2.1.8",
"version": "2.1.9",
"framework": "^2.0.4",
"homepage": "https://github.com/deltanet/adapt-icon-popup",
"issues": "https://github.com/deltanet/adapt-icon-popup/issues",
Expand Down
34 changes: 34 additions & 0 deletions less/icon-popup.less
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,40 @@
}
}

.component-left {
@media all and (min-width: (@device-width-medium + 1px)) {
.icon-popup-inner {
&.icon-popup-component {
right: 5% !important;
.dir-rtl & {
right: inherit !important;
}

&.audio-enabled {
margin-right: 44 + @component-padding;
}
}
}
}
}

.component-right {
@media all and (min-width: (@device-width-medium + 1px)) {
.icon-popup-inner {
&.icon-popup-component {
.dir-rtl & {
left: 5% !important;

&.audio-enabled {
margin-left: 44 + @component-padding;
}

}
}
}
}
}

.icon-popup-notify-container {
text-align: center;
}
Expand Down

0 comments on commit 00ebe69

Please sign in to comment.