Fossil SCM

Removed the min/max height on the diff toggles to slightly improve the layout flow.

stephan 2021-03-02 04:04 diff-view-toggle-poc
Commit 42205f9c766bcef5bc7c7238b31755a0b380eb83f97b65cada3e52a498fb9805
1 file changed +1 -3
+1 -3
--- src/default.css
+++ src/default.css
@@ -1763,14 +1763,12 @@
17631763
body.chat #chat-drop-details img {
17641764
max-width: 45%;
17651765
max-height: 45%;
17661766
}
17671767
1768
-input[type=checkbox].diff-toggle {
1768
+input[type="checkbox"].diff-toggle {
17691769
float: right;
1770
- min-height: 1.5em;
1771
- max-height: 1.5em;
17721770
}
17731771
/* Objects in the "desktoponly" class are invisible on mobile */
17741772
@media screen and (max-width: 600px) {
17751773
.desktoponly {
17761774
display: none;
17771775
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button