File tree 2 files changed +40
-27
lines changed
2 files changed +40
-27
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ img#template-reversible-output-add-button:hover {
875
875
{
876
876
display : table;
877
877
margin : auto;
878
- width : 300 px ;
878
+ width : 322 px ;
879
879
}
880
880
881
881
.paletteCol {
@@ -885,6 +885,8 @@ img#template-reversible-output-add-button:hover {
885
885
height : 26px ;
886
886
text-align : center;
887
887
margin : 5px ;
888
+ margin-left : 3px ;
889
+ margin-right : 3px ;
888
890
}
889
891
890
892
.custom-menu-item {
@@ -934,21 +936,32 @@ img#template-reversible-output-add-button:hover {
934
936
Palettes on right pane
935
937
*/
936
938
937
- @media (max-width : 1530 px ) {
939
+ @media (max-width : 1660 px ) {
938
940
.paletteWrapper
939
941
{
940
- width : 250 px ;
942
+ width : 276 px ;
941
943
}
942
944
}
943
945
944
946
/*
945
947
Palettes on right pane
946
948
*/
947
949
948
- @media (max-width : 1290 px ) {
950
+ @media (max-width : 1450 px ) {
949
951
.paletteWrapper
950
952
{
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 ;
952
965
}
953
966
}
954
967
You can’t perform that action at this time.
0 commit comments