mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Tweaks to floating date header fading
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
transition: opacity 0.25s ease-out;
|
||||
width: 100%;
|
||||
z-index: $z-index-above-base;
|
||||
|
||||
@@ -18,7 +19,6 @@
|
||||
|
||||
&--hidden {
|
||||
opacity: 0;
|
||||
transition: opacity 0.25s ease-out;
|
||||
}
|
||||
|
||||
&__spinner-container {
|
||||
|
||||
Reference in New Issue
Block a user