-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5 info page Pull Request #5
base: main
Are you sure you want to change the base?
Conversation
…ch of the servers
I made the button transparent, and white
Sorry but I forgot to push my other changes as commits :/ but yeah I finished the core plugins section
That looks nice! I'll have a look in a few minutes and see if I can't help
you align that control 😄
…On Thu, Aug 19, 2021, 8:19 PM ComparatorCraftSMP ***@***.***> wrote:
Laguna just a few things
1st.
[image: image]
<https://user-images.githubusercontent.com/84105974/130159950-617491a3-6e50-4b7b-a43e-cfb38edbbdc4.png>
I've added a js script that would auto update the player count in each of
the servers
2nd
[image: image]
<https://user-images.githubusercontent.com/84105974/130160007-481d6cae-fc4e-44dc-8840-5f524c207556.png>
Your supposed to click that to copy the ip addresses but I couldn't get it
aligned well :/
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABONUF5PJOEY74UXLX7TI6TT5WNPZANCNFSM5CNEXDKA>
.
|
https://gyazo.com/8342579eb3b8f26d8c05d5e9aed20c3c When the px value is 0 you don't have to put px after it :) Remove the px from the lines in the screenshot, and ignore the other two errors for now. |
Fixed everything can I merge the pull request? |
@@ -3278,4 +3278,194 @@ body.is-touch #banner { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
} | |||
|
|||
/* style for flipping card starts here */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you find this CSS?
@@ -578,4 +578,12 @@ | |||
|
|||
function toggleSidePanel() { | |||
$('body').toggleClass('navPanel-show'); | |||
} | |||
|
|||
function copyToClipboard(element) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you get this function?
</div> | ||
</div> | ||
</section> --> | ||
<hr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure you catch this
tag in the commented out section.
|
||
</body> | ||
|
||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of your files should end in a blank new line.
<thead> | ||
<tr> | ||
<th>Tweak</th> | ||
<th>Description</th> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These headers need to be styled. We'll work on that together, just get with me sometime this week.
$("body").append($temp); | ||
$temp.val($(element).text()).select(); | ||
document.execCommand("copy"); | ||
$temp.remove(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of your files should end in a new line.
position: absolute; | ||
top: 40%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of your files should end in a new line.
No description provided.