Add call feed size debug info

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-01-30 20:43:21 +01:00
parent 546cc164fa
commit 807a6a8545
7 changed files with 61 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ limitations under the License.
display: flex;
align-items: center;
justify-content: flex-end;
justify-content: space-between;
overflow: hidden;
z-index: 1;
@@ -179,3 +179,7 @@ limitations under the License.
max-width: 360px;
border-radius: 20px;
}
.debugInfo {
margin-left: 16px;
}