improved clikc area triangle hiding and text wrapping

This commit is contained in:
Yannik
2023-05-27 11:35:42 +02:00
parent d192958849
commit bfadafa86f
3 changed files with 22 additions and 13 deletions

View File

@@ -20,14 +20,19 @@ body {
transform: translate(-50%, -50%);
}
#bubble {
#dlg-text {
text-align: left;
font-size: 30px;
font-size: 40px;
white-space: break-spaces;
}
#bubble {
border-width: 5px;
border-style: solid;
border-color: white;
background-color: black;
padding: 30px;
padding: 20px;
padding-left: 50px;
margin: 0;
position: absolute;
top: 50%;