@@ -5742,10 +5742,6 @@ button.module-calling-participants-list__contact {
5742
5742
}
5743
5743
}
5744
5744
5745
- .module-sticker-picker__recents--title {
5746
- color : $color-gray-05 ;
5747
- }
5748
-
5749
5745
.module-sticker-picker__header__button {
5750
5746
width : 28px ;
5751
5747
height : 28px ;
@@ -5962,6 +5958,55 @@ button.module-calling-participants-list__contact {
5962
5958
background-color : $color-gray-05 ;
5963
5959
}
5964
5960
5961
+ .module-sticker-picker__pack-title {
5962
+ display : flex ;
5963
+ flex-direction : column ;
5964
+ justify-content : end ;
5965
+
5966
+ margin-bottom : 5px ;
5967
+ height : 40px ;
5968
+
5969
+ white-space : nowrap ;
5970
+
5971
+ & __recents {
5972
+ height : 20px ;
5973
+ margin-top : 0 ;
5974
+ margin-bottom : 10px ;
5975
+ }
5976
+
5977
+ & > h3 {
5978
+ height : 20px ;
5979
+
5980
+ @include light-theme {
5981
+ color : $color-gray-95 ;
5982
+ }
5983
+
5984
+ @include dark-theme {
5985
+ color : $color-gray-05 ;
5986
+ }
5987
+
5988
+ overflow : hidden ;
5989
+ text-overflow : ellipsis ;
5990
+
5991
+ margin : 0 ;
5992
+ padding : 0 ;
5993
+ }
5994
+
5995
+ & > i {
5996
+ @include light-theme {
5997
+ color : $color-gray-90 ;
5998
+ }
5999
+
6000
+ @include dark-theme {
6001
+ color : $color-gray-15 ;
6002
+ }
6003
+ height : 20px ;
6004
+
6005
+ overflow : hidden ;
6006
+ text-overflow : ellipsis ;
6007
+ }
6008
+ }
6009
+
5965
6010
.module-sticker-picker__body {
5966
6011
position : relative ;
5967
6012
@@ -5970,14 +6015,15 @@ button.module-calling-participants-list__contact {
5970
6015
grid-gap : 8px ;
5971
6016
grid-template-columns : repeat (4 , 1fr );
5972
6017
grid-auto-rows : 68px ;
6018
+
6019
+ margin-bottom : 20px ;
5973
6020
}
5974
6021
5975
6022
& __content {
5976
6023
width : 332px ;
5977
- height : 356px ;
5978
- padding-block : 8px 16px ;
6024
+ height : 386px ;
5979
6025
padding-inline : 13px ;
5980
- overflow-y : auto ;
6026
+ overflow : none ;
5981
6027
5982
6028
& --under-text {
5983
6029
height : 320px ;
@@ -6002,24 +6048,11 @@ button.module-calling-participants-list__contact {
6002
6048
outline : none ;
6003
6049
}
6004
6050
6005
- & __image ,
6006
- & __placeholder {
6051
+ & __image {
6007
6052
width : 100% ;
6008
6053
height : 100% ;
6009
6054
object-fit : contain ;
6010
6055
}
6011
-
6012
- & __placeholder {
6013
- border-radius : 4px ;
6014
-
6015
- @include light-theme () {
6016
- background-color : $color-gray-05 ;
6017
- }
6018
-
6019
- @include dark-theme () {
6020
- background-color : $color-gray-60 ;
6021
- }
6022
- }
6023
6056
}
6024
6057
6025
6058
& --empty {
@@ -6033,8 +6066,8 @@ button.module-calling-participants-list__contact {
6033
6066
@include font-body-1-bold ;
6034
6067
6035
6068
text-align : center ;
6036
- padding-block : 8 px 12 px ;
6037
- padding-inline : 0 16 px ;
6069
+ height : 30 px ;
6070
+ padding : 0 ;
6038
6071
6039
6072
@include light-theme () {
6040
6073
color : $color-gray-60 ;
@@ -6059,6 +6092,7 @@ button.module-calling-participants-list__contact {
6059
6092
}
6060
6093
6061
6094
& --hint {
6095
+ height : 60px ;
6062
6096
@include light-theme () {
6063
6097
color : $color-ultramarine ;
6064
6098
}
@@ -6067,12 +6101,23 @@ button.module-calling-participants-list__contact {
6067
6101
color : $color-ultramarine-light ;
6068
6102
}
6069
6103
}
6104
+ }
6105
+ }
6070
6106
6071
- & --pin {
6072
- padding-block : 8px 12px ;
6073
- padding-inline : 0px 16px ;
6074
- position : absolute ;
6075
- top : 0 ;
6107
+ .module-sticker-picker__featured {
6108
+ margin-bottom : 20px ;
6109
+
6110
+ & --title {
6111
+ height : 20px ;
6112
+ margin-top : 0 ;
6113
+ margin-bottom : 10px ;
6114
+
6115
+ @include light-theme {
6116
+ color : $color-gray-95 ;
6117
+ }
6118
+
6119
+ @include dark-theme {
6120
+ color : $color-gray-05 ;
6076
6121
}
6077
6122
}
6078
6123
}
0 commit comments