Merge branch 'master' of https://github.com/ksjdragon/atoms
This commit is contained in:
commit
1fa1b82a76
@ -5,6 +5,7 @@ html {
|
|||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -189,10 +190,14 @@ img {
|
|||||||
.elements {
|
.elements {
|
||||||
margin-left: -150%;
|
margin-left: -150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings {
|
.settings {
|
||||||
margin-left: -40%;
|
margin-left: -40%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.atom {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
@ -255,6 +260,12 @@ img {
|
|||||||
|
|
||||||
.infoBox {
|
.infoBox {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
cursor: text;
|
||||||
|
-webkit-touch-callout: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-ms-user-select: text;
|
||||||
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
@ -302,7 +313,7 @@ img {
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin-top: 65%;
|
top: 61%;
|
||||||
margin-left: -9%;
|
margin-left: -9%;
|
||||||
border-left: 10px solid transparent;
|
border-left: 10px solid transparent;
|
||||||
border-right: 10px solid transparent;
|
border-right: 10px solid transparent;
|
||||||
@ -322,7 +333,7 @@ img {
|
|||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
margin-top: 95%;
|
top: 102%;
|
||||||
margin-left: -13%;
|
margin-left: -13%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user