diff --git a/app/styles/base/_shame.scss b/app/styles/base/_shame.scss index 1a3e0f8d25..642041f526 100644 --- a/app/styles/base/_shame.scss +++ b/app/styles/base/_shame.scss @@ -48,13 +48,6 @@ body { width: 100%; } -// Somewhat improves visual quality of circle outlines in header -// For non-retina displays -.site-search__input, -.notifications { - transform: rotate(0.01deg); -} - // Need to find the cause of horizontal scroll on mobile devices @media (max-width: 554px) { .global-container { diff --git a/app/styles/pages/_groups.scss b/app/styles/pages/_groups.scss index e999bc2c71..115a84aa5d 100644 --- a/app/styles/pages/_groups.scss +++ b/app/styles/pages/_groups.scss @@ -701,7 +701,7 @@ $primary: #00cc99; display: block; margin: 5px; padding: 0; - height: 140px; + min-height: 140px; border: 1px solid $divider-color; color: shade($primary, 70); border-radius: 5px; diff --git a/app/styles/pages/_library.scss b/app/styles/pages/_library.scss index d5189d136f..3f17b0fcea 100644 --- a/app/styles/pages/_library.scss +++ b/app/styles/pages/_library.scss @@ -437,7 +437,7 @@ } } .edit-entry { - width: 80px; + width: 83px; text-align: center; line-height: 35px; }