mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 16:56:50 +00:00
🛠 Content updates
This commit is contained in:
@@ -11,23 +11,14 @@
|
||||
margin: -15px 0 var(--space-xl);
|
||||
padding: var(--space-m) 0;
|
||||
|
||||
& .inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
font-size: var(--font-size-s);
|
||||
|
||||
& pre {
|
||||
animation-name: marquee;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
font-size: var(--font-size-s);
|
||||
|
||||
@media (--up_to_M) {
|
||||
animation-duration: 10s;
|
||||
}
|
||||
@media (--M_to_L) {
|
||||
animation-duration: 20s;
|
||||
}
|
||||
@media (--L_and_up) {
|
||||
animation-duration: 30s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -193,8 +193,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.player__button.amplitude-paused .player__button__icon--pause,
|
||||
.player__button.amplitude-playing .player__button__icon--play {
|
||||
.player__button.amplitude-paused .player__button__icon--play,
|
||||
.player__button.amplitude-playing .player__button__icon--pause {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user