Procházet zdrojové kódy

Fix the position of the party UI on mobile

tags/v0.8.6^2
Vildravn před 3 roky
rodič
revize
d48eff5b76
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      src/client/ui/templates/party/styles.less

+ 6
- 1
src/client/ui/templates/party/styles.less Zobrazit soubor

@@ -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);
}

Načítá se…
Zrušit
Uložit