Przeglądaj źródła

Merge branch '1707-mobile-party-fix' into 'master'

Fix the position of the party UI on mobile

Closes #1707

See merge request Isleward/isleward!528
tags/v0.8.6^2
Big Bad Waffle 3 lat temu
rodzic
commit
2b6ae3ba19
1 zmienionych plików z 6 dodań i 1 usunięć
  1. +6
    -1
      src/client/ui/templates/party/styles.less

+ 6
- 1
src/client/ui/templates/party/styles.less Wyświetl plik

@@ -1,10 +1,11 @@
@import "../../../css/colors.less";
@topPosition: 154px;

.uiParty {
.party {
position: absolute;
left: 16px;
top: 154px;
top: @topPosition;

.list {
overflow-y: auto;
@@ -202,3 +203,7 @@
}

}

.mobile .uiParty .list {
max-height: calc(100% - @topPosition - 10px);
}

Ładowanie…
Anuluj
Zapisz