nice vote

This commit is contained in:
cutls
2019-11-26 01:26:17 +09:00
parent 2cc8551386
commit b948608ce3
2 changed files with 40 additions and 10 deletions

View File

@@ -644,6 +644,7 @@ p:not(:last-child) {
padding: 1px;
border-radius: 3px;
overflow: hidden;
position: relative;
}
.fa-2x > .emoji-img {
width: 36px !important;
@@ -688,12 +689,22 @@ p:not(:last-child) {
height: 20px;
border-radius: 3px;
}
.lpAnime {
animation-duration: 1s;
animation-name: fadeInLeft;
}
.onPoll {
position: relative;
}
.maxVoter {
background-color: var(--shared);
}
.ownMark img {
width: 1.2rem !important;
position: relative;
top: -1px;
margin-left: 5px !important;
}
.jump {
display: inline-block;
animation: jump 0.75s linear infinite;