mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
web custom links position box
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
.custom-links-box {
|
.custom-links-box {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 2rem;
|
top: 138px;
|
||||||
right: 2rem;
|
right: 2rem;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@@ -254,7 +254,7 @@
|
|||||||
transform: scale(1.03);
|
transform: scale(1.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1100px) {
|
@media (max-width: 1450px) {
|
||||||
.custom-links-box {
|
.custom-links-box {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user