mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update index.html
Halloween update - Chrome version
This commit is contained in:
parent
29b2ac6667
commit
6f1711a647
1 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue