Skip to content

Commit

Permalink
revert #734
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jul 21, 2024
1 parent b8aff3a commit f6c9d60
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 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: 322px;
width: 300px;
}

.paletteCol {
Expand All @@ -885,8 +885,6 @@ 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 @@ -936,32 +934,21 @@ img#template-reversible-output-add-button:hover {
Palettes on right pane
*/

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

/*
Palettes on right pane
*/

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

/*
Palettes on right pane
*/

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

Expand Down

0 comments on commit f6c9d60

Please sign in to comment.