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;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
body {
|
||||
@ -189,10 +190,14 @@ img {
|
||||
.elements {
|
||||
margin-left: -150%;
|
||||
}
|
||||
|
||||
.settings {
|
||||
margin-left: -40%;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.atom {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fa {
|
||||
@ -255,6 +260,12 @@ img {
|
||||
|
||||
.infoBox {
|
||||
display: flex;
|
||||
cursor: text;
|
||||
-webkit-touch-callout: text;
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.preview {
|
||||
@ -302,7 +313,7 @@ img {
|
||||
position:absolute;
|
||||
display: none;
|
||||
opacity: 0;
|
||||
margin-top: 65%;
|
||||
top: 61%;
|
||||
margin-left: -9%;
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
@ -322,7 +333,7 @@ img {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
border-radius: 7px;
|
||||
margin-top: 95%;
|
||||
top: 102%;
|
||||
margin-left: -13%;
|
||||
padding: 5px;
|
||||
font-size: 90%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user