Revert "fix(speaker-stats): modal padding on web"

This reverts commit d7d75c087a.
This commit is contained in:
Calinteodor 2022-02-01 16:52:42 +02:00 committed by GitHub
parent 68b78ae7fe
commit 1141938ec4
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,9 @@
.speaker-stats {
list-style: none;
width: calc(100% + 16px);
font-weight: 600;
margin: 0 -8px;
.row{
display: flex;
align-items: center;
@ -8,6 +11,7 @@
width: 32px;
margin-right: 16px;
}
.name-time {
width: calc(100% - 48px);
display: flex;
@ -16,12 +20,13 @@
}
.name-time_expressions-on {
width: calc(47% - 48px);
width: calc(49% - 48px);
}
.expressions {
width: calc(53% - 29px);
width: 51%;
display: flex;
justify-content: space-between;
.expression {
width: 30px;
text-align: center;