We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800d086 commit 9167919Copy full SHA for 9167919
2 files changed
src/assets/App.css
@@ -496,6 +496,7 @@ a {
496
gap: 4px;
497
margin-top: 24px;
498
transition: all 0.3s ease-out;
499
+ opacity: 1;
500
}
501
502
.tag {
@@ -779,6 +780,7 @@ Producthunt item
779
780
margin: 0 auto;
781
margin-top: 6px;
782
783
784
785
.searchBarIcon {
786
position: absolute;
src/components/Layout/DNDLayout/DNDLayout.css
@@ -1,11 +1,13 @@
1
.dndState .AppHeader .searchBar {
2
visibility: hidden;
3
transform: translate(0, 10px);
4
+ opacity: 0;
5
6
.dndState .tags {
7
8
9
- filter: blur(2px);
10
+ filter: blur(1px);
11
12
13
.DNDContent {
0 commit comments