Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Halloween update - Chrome version
  • Loading branch information
kenhendricks00 authored Oct 26, 2024
1 parent 29b2ac6 commit 6f1711a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion platform/chromium/pub/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
color: #848a94;
margin: 0;
padding: 10px;
max-width: 320px;
min-width: 250px;
max-width: 100%;
word-wrap: break-word;
box-sizing: border-box;
overflow: hidden;
}

Expand Down Expand Up @@ -186,6 +189,14 @@
.status-image.active {
transform: scale(1.1);
}

#status-message,
#footer,
#feedback {
max-width: 100%;
word-wrap: break-word;
word-break: break-word;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 6f1711a

Please sign in to comment.