Skip to content

Commit

Permalink
screen resolution palette changes #734
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jul 21, 2024
1 parent b28700e commit 93c90d5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 27 deletions.
23 changes: 18 additions & 5 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ img#template-reversible-output-add-button:hover {
{
display: table;
margin: auto;
width: 300px;
width: 322px;
}

.paletteCol {
Expand All @@ -885,6 +885,8 @@ img#template-reversible-output-add-button:hover {
height: 26px;
text-align: center;
margin: 5px;
margin-left: 3px;
margin-right: 3px;
}

.custom-menu-item {
Expand Down Expand Up @@ -934,21 +936,32 @@ img#template-reversible-output-add-button:hover {
Palettes on right pane
*/

@media (max-width: 1530px) {
@media (max-width: 1660px) {
.paletteWrapper
{
width: 250px;
width: 276px;
}
}

/*
Palettes on right pane
*/

@media (max-width: 1290px) {
@media (max-width: 1450px) {
.paletteWrapper
{
width: 200px;
width: 230px;
}
}

/*
Palettes on right pane
*/

@media (max-width: 1200px) {
.paletteWrapper
{
width: 184px;
}
}

Expand Down
44 changes: 22 additions & 22 deletions app/img/sbml-legend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93c90d5

Please sign in to comment.