themes
This commit is contained in:
parent
44cbe91fb8
commit
04d3781adf
|
@ -3,7 +3,7 @@
|
|||
class EmojiStatistics {
|
||||
getName () {return "EmojiStatistics";}
|
||||
|
||||
getVersion () {return "2.8.9";}
|
||||
getVersion () {return "2.9.0";}
|
||||
|
||||
getAuthor () {return "DevilBro";}
|
||||
|
||||
|
@ -41,7 +41,7 @@ class EmojiStatistics {
|
|||
margin-right: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.emojistatistics-button ${BDFDB.dotCNS._emojistatisticsstatisticsbutton + BDFDB.dotCN.emojipickeritem} {
|
||||
${BDFDB.dotCNS._emojistatisticsstatisticsbutton + BDFDB.dotCN.emojipickeritem} {
|
||||
padding: 4px;
|
||||
flex-shrink: 0;
|
||||
width: 22px;
|
||||
|
|
|
@ -3635,7 +3635,8 @@ body:before {
|
|||
#app-mount #bda-qem,
|
||||
#app-mount #bda-qem-twitch-container,
|
||||
#app-mount #bda-qem-favourite-container {
|
||||
width: 344px;
|
||||
width: 384px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#app-mount #bda-qem {
|
||||
overflow: hidden;
|
||||
|
|
|
@ -165,10 +165,12 @@
|
|||
#app-mount #bda-qem-favourite-container:only-child {
|
||||
border-radius: 5px;
|
||||
}
|
||||
#app-mount .emojiPicker-3m1S-j,
|
||||
#app-mount #bda-qem,
|
||||
#app-mount #bda-qem-twitch-container,
|
||||
#app-mount #bda-qem-favourite-container {
|
||||
width: 344px;
|
||||
width: 384px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#app-mount .emojiPicker-3m1S-j,
|
||||
#bda-qem-twitch-container,
|
||||
|
|
Loading…
Reference in New Issue