Skip to content

Commit

Permalink
remove absolutepos from device.window
Browse files Browse the repository at this point in the history
  • Loading branch information
wvhn authored Jan 24, 2021
1 parent 8d86c39 commit 0873e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/device.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@

<a id="{{ uid }}-button" href="#{{ uid }}-popup" {% if txt %}title="{{ txt }}"{% endif %} data-rel="popup"
class=" {%- if type == 'icon' -%} /**- display as icon -*/
switch ui-link absolutepos
switch ui-link
{%- else -%} /**- display as button -*/
ui-btn ui-{{ type|default('mini') }} ui-corner-all ui-btn-inline absolutepos
ui-btn ui-{{ type|default('mini') }} ui-corner-all ui-btn-inline
{%- if not pic is empty -%}
{{ not txt is empty ? ' ui-btn-icon-top' }} ui-nodisc-icon
{%- endif -%}
Expand Down

0 comments on commit 0873e74

Please sign in to comment.