Hide overflow for cap count html
This commit is contained in:
parent
eb6e5d5258
commit
e767957e64
@ -198,7 +198,7 @@ final class CapServer {
|
|||||||
let count = caps.count
|
let count = caps.count
|
||||||
let content =
|
let content =
|
||||||
"""
|
"""
|
||||||
<body style="margin: 0;">
|
<body style="margin: 0;overflow: hidden">
|
||||||
<div style="display: flex; justify-content: center;">
|
<div style="display: flex; justify-content: center;">
|
||||||
<div style="font-size: 60px; font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,Helvetica,sans-serif; -webkit-font-smoothing: antialiased;">\(count)</div>
|
<div style="font-size: 60px; font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,Helvetica,sans-serif; -webkit-font-smoothing: antialiased;">\(count)</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user