@mideind/netskrafl-react 3.4.3 → 3.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2690,7 +2690,7 @@ div.netskrafl-tile.dragging div.letterscore {
2690
2690
  top: 0;
2691
2691
  padding-top: 34px;
2692
2692
  left: 0;
2693
- height: 464px;
2693
+ height: 474px;
2694
2694
  width: 100%;
2695
2695
  font-size: 16px;
2696
2696
  line-height: 16px;
@@ -3822,12 +3822,13 @@ div.netskrafl-tile.dragging div.letterscore {
3822
3822
  top: 0;
3823
3823
  left: 0;
3824
3824
  width: 100%;
3825
+ /* Total height: 474px */
3825
3826
  height: 450px;
3827
+ padding-top: 12px;
3828
+ padding-bottom: 12px;
3826
3829
  background-color: var(--tab-games-background);
3827
3830
  overflow: auto;
3828
3831
  z-index: 2;
3829
- padding-top: 12px;
3830
- padding-bottom: 12px;
3831
3832
  border-radius: 4px 4px 0 0;
3832
3833
  }
3833
3834
 
@@ -4307,7 +4308,7 @@ div.highlight1.netskrafl-blanktile {
4307
4308
  top: 0px;
4308
4309
  left: 0px;
4309
4310
  width: 100%;
4310
- height: 466px;
4311
+ height: 474px;
4311
4312
  background-color: var(--chat-background);
4312
4313
  z-index: 1;
4313
4314
  border-radius: 4px 4px 0 0;
@@ -6546,9 +6547,14 @@ div.netskrafl-container input[type="checkbox"] {
6546
6547
  ========================================================================== */
6547
6548
 
6548
6549
  @media all and (min-width: 667px) and (max-width: 1023px) and (
6549
- orientation: landscape
6550
- ) {
6551
- /* Mobile screen, landscape mode (width >= 667px AND landscape orientation) */
6550
+ max-height: 667px
6551
+ ) and (orientation: landscape) {
6552
+ /* Mobile screens in landscape (width 667–1023px, max-height 667px, landscape orientation) */
6553
+ .netskrafl-container .ui-helper-reset {
6554
+ /* Controls the height of the tab row; 50px is too tall for limited
6555
+ vertical space in landscape */
6556
+ line-height: 40px;
6557
+ }
6552
6558
  div.netskrafl-container {
6553
6559
  container-type: inline-size;
6554
6560
  }
@@ -6621,8 +6627,10 @@ div.netskrafl-container input[type="checkbox"] {
6621
6627
  top: 8px;
6622
6628
  padding-top: 1px;
6623
6629
  background-color: transparent;
6624
- transform: scale(0.92);
6625
- transform: scale(clamp(0.92, calc((100dvh - 16px) / 408px), 1));
6630
+ /* 0.88 is the scale required on an iPhone SE to fit the board
6631
+ vertically */
6632
+ transform: scale(0.88);
6633
+ transform: scale(clamp(0.88, calc((100dvh - 16px) / 408px), 1));
6626
6634
  transform-origin: right top;
6627
6635
  }
6628
6636
  .netskrafl-container div.rightcol {
@@ -6743,15 +6751,29 @@ div.netskrafl-container input[type="checkbox"] {
6743
6751
  left: 90px;
6744
6752
  }
6745
6753
  .netskrafl-container div#own-stats {
6746
- height: 16px;
6754
+ height: 32px;
6755
+ margin-top: 6px;
6756
+ margin-bottom: 6px;
6757
+ }
6758
+ .netskrafl-container div.stats-fig {
6759
+ margin-top: 0;
6760
+ height: 22px;
6761
+ line-height: 22px;
6747
6762
  }
6748
6763
  .netskrafl-container p#own-best {
6749
6764
  left: auto;
6750
6765
  right: 6px;
6751
6766
  top: 0px;
6752
6767
  text-align: right;
6753
- font-size: 0.85em;
6754
- line-height: 1.4em;
6768
+ font-size: 13px;
6769
+ line-height: 17px;
6770
+ margin-top: 8px;
6771
+ }
6772
+ .netskrafl-container div#own-toggler {
6773
+ top: -2px;
6774
+ }
6775
+ .netskrafl-container div.toggler span.glyphicon {
6776
+ top: 2px;
6755
6777
  }
6756
6778
  .netskrafl-container div #chall-sent,
6757
6779
  .netskrafl-container div #chall-received {
@@ -6785,29 +6807,41 @@ div.netskrafl-container input[type="checkbox"] {
6785
6807
  }
6786
6808
  .netskrafl-container div#tabs > div[role="tabpanel"],
6787
6809
  .netskrafl-container div#main-tabs > div[role="tabpanel"] {
6788
- height: calc(100vh - 152px);
6789
- height: calc(100dvh - 152px);
6790
- max-height: 326px;
6810
+ height: calc(100vh - 142px);
6811
+ height: calc(100dvh - 142px);
6812
+ max-height: 336px;
6813
+ }
6814
+ .netskrafl-container div#initials {
6815
+ margin-top: 6px;
6816
+ margin-bottom: 6px;
6817
+ height: 32px;
6818
+ }
6819
+ .netskrafl-container div.user-cat#user-headings {
6820
+ line-height: 28px;
6791
6821
  }
6792
6822
  .netskrafl-container div #userlist,
6793
6823
  .netskrafl-container div #elolist {
6794
- height: calc(100vh - 204px);
6795
- height: calc(100dvh - 204px);
6796
- max-height: 396px;
6824
+ height: calc(100vh - 180px);
6825
+ height: calc(100dvh - 180px);
6826
+ max-height: 420px;
6797
6827
  }
6798
6828
  .netskrafl-container div #gamelist {
6799
- height: calc(100vh - 150px);
6800
- height: calc(100dvh - 150px);
6801
- max-height: 468px;
6829
+ height: calc(100vh - 136px);
6830
+ height: calc(100dvh - 136px);
6831
+ max-height: 482px;
6802
6832
  }
6803
6833
  .netskrafl-container div #recentlist,
6804
6834
  .netskrafl-container div #usr-recent {
6805
- height: calc(100vh - 204px);
6806
- height: calc(100dvh - 204px);
6807
- max-height: 396px;
6835
+ height: calc(100vh - 180px);
6836
+ height: calc(100dvh - 180px);
6837
+ max-height: 420px;
6838
+ }
6839
+ .netskrafl-container span#numgames,
6840
+ .netskrafl-container span#numchallenges {
6841
+ margin-top: 12px;
6808
6842
  }
6809
6843
  .netskrafl-container div#elo-toggler {
6810
- top: 6px;
6844
+ top: 2px;
6811
6845
  }
6812
6846
  .netskrafl-container div#tabs-1 span.list-ts-short,
6813
6847
  .netskrafl-container div#tabs-1 span.list-manual,