Fossil SCM
Removed the min/max height on the diff toggles to slightly improve the layout flow.
Commit
42205f9c766bcef5bc7c7238b31755a0b380eb83f97b65cada3e52a498fb9805
Parent
f9d29b9702c8ec3…
1 file changed
+1
-3
+1
-3
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1763,14 +1763,12 @@ | ||
| 1763 | 1763 | body.chat #chat-drop-details img { |
| 1764 | 1764 | max-width: 45%; |
| 1765 | 1765 | max-height: 45%; |
| 1766 | 1766 | } |
| 1767 | 1767 | |
| 1768 | -input[type=checkbox].diff-toggle { | |
| 1768 | +input[type="checkbox"].diff-toggle { | |
| 1769 | 1769 | float: right; |
| 1770 | - min-height: 1.5em; | |
| 1771 | - max-height: 1.5em; | |
| 1772 | 1770 | } |
| 1773 | 1771 | /* Objects in the "desktoponly" class are invisible on mobile */ |
| 1774 | 1772 | @media screen and (max-width: 600px) { |
| 1775 | 1773 | .desktoponly { |
| 1776 | 1774 | display: none; |
| 1777 | 1775 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1763,14 +1763,12 @@ | |
| 1763 | body.chat #chat-drop-details img { |
| 1764 | max-width: 45%; |
| 1765 | max-height: 45%; |
| 1766 | } |
| 1767 | |
| 1768 | input[type=checkbox].diff-toggle { |
| 1769 | float: right; |
| 1770 | min-height: 1.5em; |
| 1771 | max-height: 1.5em; |
| 1772 | } |
| 1773 | /* Objects in the "desktoponly" class are invisible on mobile */ |
| 1774 | @media screen and (max-width: 600px) { |
| 1775 | .desktoponly { |
| 1776 | display: none; |
| 1777 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1763,14 +1763,12 @@ | |
| 1763 | body.chat #chat-drop-details img { |
| 1764 | max-width: 45%; |
| 1765 | max-height: 45%; |
| 1766 | } |
| 1767 | |
| 1768 | input[type="checkbox"].diff-toggle { |
| 1769 | float: right; |
| 1770 | } |
| 1771 | /* Objects in the "desktoponly" class are invisible on mobile */ |
| 1772 | @media screen and (max-width: 600px) { |
| 1773 | .desktoponly { |
| 1774 | display: none; |
| 1775 |