Skip to content

Commit dd237b1

Browse files
Bikram GoleBikram Gole
authored andcommitted
Restore mascot antennas and limit blink to eyes
1 parent 7914886 commit dd237b1

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

styles.css

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@ body.browser-vivaldi .penguin-glasses {
19521952
inset 0 2px 0 rgba(236, 255, 176, 0.36),
19531953
inset 0 -4px 7px rgba(41, 73, 29, 0.2),
19541954
0 6px 11px rgba(34, 74, 50, 0.22);
1955-
overflow: hidden;
1955+
overflow: visible;
19561956
}
19571957

19581958
.android-head,
@@ -1983,10 +1983,20 @@ body.browser-vivaldi .penguin-glasses {
19831983
background: #f4fff2;
19841984
box-shadow: inset 0 -1px 0 rgba(154, 191, 128, 0.28);
19851985
transform-origin: center 58%;
1986+
overflow: hidden;
1987+
z-index: 3;
19861988
}
19871989

1988-
.android-eye::after {
1989-
content: none;
1990+
.android-eye::before {
1991+
content: "";
1992+
position: absolute;
1993+
left: -1px;
1994+
top: -8px;
1995+
width: calc(100% + 2px);
1996+
height: 8px;
1997+
border-radius: 999px;
1998+
background: linear-gradient(170deg, #9acb39 0%, #7cad2d 70%, #648f22 100%);
1999+
animation: android-eye-blink 8.4s ease-in-out infinite;
19902000
}
19912001

19922002
.android-eye.left { left: 22px; }
@@ -2037,16 +2047,7 @@ body.browser-vivaldi .penguin-glasses {
20372047
}
20382048

20392049
.android-head::before {
2040-
content: "";
2041-
position: absolute;
2042-
left: -2px;
2043-
top: -34px;
2044-
width: calc(100% + 4px);
2045-
height: 34px;
2046-
border-bottom: 1px solid rgba(52, 86, 28, 0.35);
2047-
background: linear-gradient(170deg, #9acb39 0%, #7cad2d 70%, #648f22 100%);
2048-
z-index: 4;
2049-
animation: android-eyelid-blink 8.4s ease-in-out infinite;
2050+
content: none;
20502051
}
20512052

20522053
.android-date-badge {
@@ -2134,7 +2135,7 @@ body[data-theme="material3"] .avatar-card .android-avatar {
21342135
}
21352136
}
21362137

2137-
@keyframes android-eyelid-blink {
2138+
@keyframes android-eye-blink {
21382139
0%,
21392140
43%,
21402141
47%,
@@ -2144,7 +2145,7 @@ body[data-theme="material3"] .avatar-card .android-avatar {
21442145
}
21452146
44%,
21462147
50% {
2147-
transform: translateY(32px);
2148+
transform: translateY(8px);
21482149
}
21492150
}
21502151

0 commit comments

Comments
 (0)