Skip to content

Commit a72b85e

Browse files
authored
fix: mobile ui issues-2 (#579)
Co-authored-by: devneser
1 parent cdd0285 commit a72b85e

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

public/views/correspondentDevices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168

169169
<ul id="drop-contacts" class="contacts-orders-list f-dropdown drop-bottom drop-down pos-at-cursor right" data-dropdown-content>
170170
<li class="dropup-item" ng-repeat="order in contactsSortOrderList" data-value="{{order.label}}">
171-
<a class="ellipsis dropup-item-link" ng-click="changeOrder('contacts', order)" style="display: flex;align-items: flex-end;">
171+
<a class="ellipsis dropup-item-link" ng-click="changeOrder('contacts', order)" style="display: flex;align-items: center;">
172172
{{order.label|translate}}
173173
</a>
174174
</li>

public/views/includes/topbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
</style>
1515
<nav ng-controller="topbarController as topbar" class="tab-bar" ng-init="topbar.init()">
16-
<section class="left-small">
16+
<section class="left-small" style="align-items: center; display: flex;">
1717
<a id="hamburger" class="p10" ng-show="!goBackToState && !closeToHome && !index.noFocusedWallet"
1818
ng-click="index.openMenu()"><i class="fi-list size-24"></i>
1919
</a>

public/views/modals/address-definition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="title ellipsis" style="color: #4E4E4E !important" translate>
1313

1414

1515
<div class="modal-content fix-modals-touch">
16-
<div class="row columns m20t enable_text_select">{{address}} <span translate>can be spent if:</span></div>
16+
<div class="row columns m20t enable_text_select" style="word-break: break-all;">{{address}} <span translate>can be spent if:</span></div>
1717
<div class="row columns m20t size-14 center enable_text_select" dynamic="humanReadableDefinition"></div>
1818
<div class="row columns m20t size-14">
1919
<span class="text-gray" translate>Peer:</span>

src/css/mobile.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ _:-ms-fullscreen, :root .main {
150150
width: 75px;
151151
color: #656565;
152152
height: 45px;
153-
top: 0px;
153+
top: -1px;
154154
transition: all .3s;
155155
}
156156

@@ -987,10 +987,7 @@ textarea:focus
987987
}
988988
.f-dropdown li a .check {
989989
display: none;
990-
position: absolute;
991-
top: 50%;
992-
right: -5px;
993-
margin-top: -10px;
990+
margin-left: 10px;
994991
}
995992
.f-dropdown li.selected a .check {
996993
display: inline;

0 commit comments

Comments
 (0)