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
commit 807a6a8545
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
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;
}