Skip to content

Commit

Permalink
final requests on items 4 and 6 #734
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jul 19, 2024
1 parent 82d6056 commit caa5473
Show file tree
Hide file tree
Showing 3 changed files with 1,389 additions and 537 deletions.
15 changes: 6 additions & 9 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -638,21 +638,19 @@ menu:not([title]):before{
}

.palette-panel-body {
border: 3px solid #ddd !important;
margin-top: 10px;
margin-left: 1px;
margin-left: 6px;
}

.palette-label {
font-size: 12px;
background:white;
margin-bottom:0px;
/* width:30%; */
width: 120px;
text-align:center;
border: 3px solid #ddd;
width: fit-content;
text-align:left;
color: #555;
margin-top: -18px;
margin-left: 9px;
margin-top: -17px;
padding-right: 6px;
}

.panel {
Expand Down Expand Up @@ -876,7 +874,6 @@ img#template-reversible-output-add-button:hover {
.paletteWrapper
{
display: table;
margin: auto;
width: 300px;
}

Expand Down
Loading

0 comments on commit caa5473

Please sign in to comment.