Skip to content

Commit fcc0f01

Browse files
author
skuzi
committed
fix cosmo being transparent, enlarge him
1 parent 2a74e8f commit fcc0f01

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

client/styles/layout.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@ html, body {
5555
.cosmo-fence {
5656
position: absolute;
5757
left: 16px;
58-
top: -63px;
58+
top: -93px;
5959
z-index: 50;
6060
cursor: pointer;
6161
}
6262

6363
.cosmo-fence-img {
64-
height: 64px;
65-
opacity: 0.8;
64+
height: 94px;
6665
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
6766
}
6867

0 commit comments

Comments
 (0)