1 parent d9caa1c commit df518d0Copy full SHA for df518d0
1 file changed
index.html
@@ -41,10 +41,12 @@
41
.info-tip::after {
42
content: attr(data-tip);
43
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;
+ max-width: 440px; min-width: 280px;
+ padding:10px 12px;
+ background:#111; color:#eee; border:1px solid #333; border-radius:10px;
+ 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;
50
opacity:0; transform:translateY(4px); pointer-events:none;
51
transition: all .12s ease;
52
z-index:10;
0 commit comments