Game name now visible on game mod cards and sliders. Mod post reactions now functional. Zap refactored. #33
@ -112,6 +112,20 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.cMMBodyGame {
|
||||
border-radius: 5px;
|
||||
padding: 5px 10px;
|
||||
flex-direction: row;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
background: rgba(255,255,255,0.05);
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
.cMMFootReactions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Loading…
Reference in New Issue
Block a user