diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2020-09-30 07:33:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-30 07:33:39 -0400 |
| commit | f8ccd2c91f2bdc83626c30c0edcaf47ee50f2f30 (patch) | |
| tree | 7a37a28da20e701992d6b05b26939df401508a5f /www/templates/events.html | |
| parent | e33a2f7dcada445a0891b3d1581edd4fcc36ad8d (diff) | |
| parent | 4b44e857b2d1174dfa2ce2721dbcebba9cdb1708 (diff) | |
Merge pull request #984 from lucasnz/ui_fixes
Ui fixes
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index f23f37d1..c2c0c30f 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -161,7 +161,7 @@ <div class="row" ng-if="isGroupShown(event)" style="min-height: 50px;padding-top: 5px;margin-top: 0px;"> <div ng-if="groupType=='alarms'"> <div> - <p> + <div style="float: right; margin-right: 10px; margin-bottom: 5px;"> <!--scroll <i class="icon ion-arrow-left-c"></i> <i class="icon ion-arrow-right-c"></i>--> <button ng-click="toggleTypeOfAlarms()" @@ -172,10 +172,10 @@ class="button button-small button-assertive button-stable button-outline"> <span translate="kOutlineMotion"></span>:{{outlineMotion}} </button> - </p> + </div> - <ion-scroll direction="x" overflow-scroll="false"> + <ion-scroll direction="x" overflow-scroll="false" style="width: calc(100vw - 22px); margin-left: -10px; margin-right: -10px;"> <span ng-repeat="alarm in alarm_images | selectFrames: typeOfFrames"> <figure class="animated slideInLeft" style="display:inline-block"> |
