Fixed palette block css

Implemented colour adding and removing,must debug
This commit is contained in:
unsettledgames
2021-01-07 15:59:08 +01:00
parent 8fb965ed5c
commit 88a8179d9d
4 changed files with 64 additions and 24 deletions

View File

@ -1468,13 +1468,13 @@ div#palette-block {
div#palette-container {
display:inline-block;
background-color:black;
background-color: #232125;
position:absolute;
scrollbar-color: #332f35 #232125;
scroll-behavior: smooth;
left:300px;
width:300px;
height:280px;
height:320px;
overflow-y: scroll;
&::-webkit-scrollbar {
@ -1518,17 +1518,22 @@ ul#palette-list {
div#pb-options {
position:relative;
left:300px;
height:100px;
left:280px;
height:30px;
width:300px;
top:280px;
top:300px;
button {
border-radius:none;
position:relative;
float:left;
width:50%;
height:100%;
text-align:center;
cursor: pointer;
font-size:16px;
background-color:$baseicon;
border:none;
}
button:hover {