font fix
This commit is contained in:
parent
70925d02a9
commit
c0e6d30166
@ -1,7 +1,7 @@
|
|||||||
var copyButton = document.getElementById("copyButton")
|
var copyButton = document.getElementById("copyButton")
|
||||||
var ipField = document.getElementById("ip")
|
var ipField = document.getElementById("ip")
|
||||||
async function copyToClipboard(){
|
async function copyToClipboard(){
|
||||||
await Clipboard.writeText(ipField.value)
|
await Navigator.clipboard.writeText(ipField.value)
|
||||||
//im too lazy to go make a proper hovertext thing, il do it later
|
//im too lazy to go make a proper hovertext thing, il do it later
|
||||||
alert("Copied!")
|
alert("Copied!")
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width:100%;
|
width:96%;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
#navbarContainer{
|
#navbarContainer{
|
||||||
@ -16,6 +16,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin:10px;;
|
margin:10px;;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
#navbar > a {
|
#navbar > a {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@ -42,6 +43,10 @@ p {
|
|||||||
color: white;
|
color: white;
|
||||||
font-family: "Raleway", "Arial", sans-serif;
|
font-family: "Raleway", "Arial", sans-serif;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
font-family: "Raleway", "Arial", sans-serif;
|
||||||
|
}
|
||||||
#copyIp{
|
#copyIp{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user