mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
From Laptop Machine Commit
This commit is contained in:
@@ -53,10 +53,17 @@
|
||||
}
|
||||
|
||||
.discordint iframe {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
height: 350px;
|
||||
width: 400px;
|
||||
height: 50svh;
|
||||
background-color: black;
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 765px) {
|
||||
@@ -105,8 +112,11 @@
|
||||
}
|
||||
|
||||
.discordint iframe {
|
||||
margin-left: 10svw;
|
||||
width: 60svw;
|
||||
height: 350px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 500px) {
|
||||
.discordint iframe {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user