Add call feed size debug info
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
546cc164fa
commit
807a6a8545
7 changed files with 61 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue