Minor style improvements on main page /on new features/

This commit is contained in:
ndaniel1102 2021-03-11 01:44:58 +01:00
parent 49eae83f81
commit cdc2b3fd66
10 changed files with 105 additions and 39 deletions

View file

@ -1,6 +1,8 @@
.reactionContainer {
display: flex;
flex-wrap: wrap;
margin-top: 15px !important;
margin: 4px 2px;
}
.reactionContainer > input {
@ -20,10 +22,13 @@
border-radius: 6px;
cursor: pointer;
user-select: none;
transition: width 0.5s, height 0.5s, ease-in 0.5s;
}
.reactionContainer > div:hover {
background-color: var(--hoover-color);
color: gainsboro;
transition: width 0.5s, height 0.5s, ease-out 0.5s;
}
.break {
@ -32,9 +37,20 @@
}
.reacted {
color: yellow;
background-color: var(--text-color);
color: black;
}
.reacted:hover {
background-color: #96810b !important;
color: #42423e !important;
}
.reactContainer {
display: inline-block;
}
.react_bttn {
font-size: 15px;
padding-top: 3px !important;
}