Skip to content

Commit df518d0

Browse files
Update index.html
1 parent d9caa1c commit df518d0

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@
4141
.info-tip::after {
4242
content: attr(data-tip);
4343
position:absolute; left:0; top:120%;
44-
max-width:280px; padding:8px 10px;
45-
background:#111; color:#eee; border:1px solid #333; border-radius:8px;
46-
box-shadow: 0 6px 18px rgba(0,0,0,.35);
47-
white-space:normal; line-height:1.35; font-size:12px;
44+
max-width: 440px; min-width: 280px;
45+
padding:10px 12px;
46+
background:#111; color:#eee; border:1px solid #333; border-radius:10px;
47+
box-shadow: 0 8px 20px rgba(0,0,0,.35);
48+
white-space: normal; line-height: 1.45; font-size: 12.5px;
49+
overflow-wrap: anywhere; hyphens: auto;
4850
opacity:0; transform:translateY(4px); pointer-events:none;
4951
transition: all .12s ease;
5052
z-index:10;

0 commit comments

Comments
 (0)