Skip to content

Commit

Permalink
centering and stretching problems #734
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jul 20, 2024
1 parent deaec24 commit 2d8be16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ menu:not([title]):before{

.palette-panel-body {
margin-top: 10px;
margin-left: 6px;
}

.palette-label {
Expand All @@ -651,6 +650,7 @@ menu:not([title]):before{
color: #555;
margin-top: -17px;
padding-right: 6px;
padding-left: 6px;
}

.panel {
Expand Down Expand Up @@ -881,12 +881,10 @@ img#template-reversible-output-add-button:hover {
.paletteCol {
position: relative;
display: inline-block;
width: 35px;
width: 40px;
height: 26px;
text-align: center;
margin: 5px;
margin-left: 3px;
margin-right: 3px;
}

.custom-menu-item {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
<img id="select-mode-icon" src="app/img/toolbar/select.svg" title="Select / Edit">
</div>
<div style="padding: 1px" class="sbgn-toolbar-element">
<img id="add-node-mode-icon" src="app/img/nodes/unspecified-entity.svg" title="Create a new Unspecified Entity" style="width: 36px;">
<img id="add-node-mode-icon" src="app/img/nodes/unspecified-entity.svg" title="Create a new Unspecified Entity" style="width: 36px; object-fit: contain;">
</div>
<div style="padding: 1px" class="sbgn-toolbar-element">
<img id="add-edge-mode-icon" src="app/img/edges/consumption.svg" title="Create a new Consumption">
Expand Down

0 comments on commit 2d8be16

Please sign in to comment.