Skip to content

Commit 93c90d5

Browse files
committed
screen resolution palette changes #734
1 parent b28700e commit 93c90d5

File tree

2 files changed

+40
-27
lines changed

2 files changed

+40
-27
lines changed

app/css/chise.css

+18-5
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ img#template-reversible-output-add-button:hover {
875875
{
876876
display: table;
877877
margin: auto;
878-
width: 300px;
878+
width: 322px;
879879
}
880880

881881
.paletteCol {
@@ -885,6 +885,8 @@ img#template-reversible-output-add-button:hover {
885885
height: 26px;
886886
text-align: center;
887887
margin: 5px;
888+
margin-left: 3px;
889+
margin-right: 3px;
888890
}
889891

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

937-
@media (max-width: 1530px) {
939+
@media (max-width: 1660px) {
938940
.paletteWrapper
939941
{
940-
width: 250px;
942+
width: 276px;
941943
}
942944
}
943945

944946
/*
945947
Palettes on right pane
946948
*/
947949

948-
@media (max-width: 1290px) {
950+
@media (max-width: 1450px) {
949951
.paletteWrapper
950952
{
951-
width: 200px;
953+
width: 230px;
954+
}
955+
}
956+
957+
/*
958+
Palettes on right pane
959+
*/
960+
961+
@media (max-width: 1200px) {
962+
.paletteWrapper
963+
{
964+
width: 184px;
952965
}
953966
}
954967

app/img/sbml-legend.svg

+22-22
Loading

0 commit comments

Comments
 (0)