mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
make it so ppl who spam buttons dont make articles glitch out
This commit is contained in:
@@ -746,17 +746,15 @@ nav {
|
||||
.article {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 500vw;
|
||||
height: 500vh;
|
||||
overflow: auto;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@keyframes openArticle {
|
||||
@keyframes article-open {
|
||||
0% {
|
||||
opacity: 0;
|
||||
scale: 0;
|
||||
@@ -770,7 +768,7 @@ nav {
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes closeArticle {
|
||||
@keyframes article-close {
|
||||
0% {
|
||||
opacity: 1;
|
||||
scale: 1;
|
||||
@@ -788,9 +786,9 @@ nav {
|
||||
background-color: #333;
|
||||
padding: 20px;
|
||||
border: 1px solid #888;
|
||||
width: 65%;
|
||||
max-width: 85%;
|
||||
max-height: 85%;
|
||||
width: 65vw;
|
||||
height: 85vh;
|
||||
max-width: 85vw;
|
||||
border-radius: 15px;
|
||||
color: #fff;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user