Differences From Artifact [198b71b37e]:
- File src/default.css — part of check-in [9322a0bc20] at 2021-04-29 12:52:16 on branch trunk — /brlist: use background color change, instead of bold, for selected branches to avoid layout changes from the text changing size, as discussed in and around [forum:/forumpost/606cbfdff6 | forum post 606cbfdff6]. Background color is the same as timelineSelected for all skins except xekri, which needs a bit more contrast. (user: stephan size: 42521) [more...]
To Artifact [febc6a5ec2]:
- File src/default.css — part of check-in [c7ee6f4ef1] at 2021-06-14 13:48:08 on branch chat-user-last-seen — /chat: experimentally render a list of users ordered by most recent activity. Until/unless we can find a useful function for the list, though, it's really just a somewhat pretty screen space hog. (user: stephan size: 42907)
| ︙ | |||
1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 | 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 | + + + + + + + + + + + + + + + + + + |
white-space: pre;
font-family: monospace;
}
body.chat #chat-drop-details img {
max-width: 45%;
max-height: 45%;
}
body.chat #active-user-list {
border: 1px inset;
padding: 0.1em 0.2em;
border-radius: 0.25em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
font-size: 80%;
}
body.chat #active-user-list::before {
content: "Most recently active:";
}
body.chat #active-user-list span.chat-user {
margin: 0.2em;
padding: 0.15em;
border-radius: 0.25em;
}
input[type="checkbox"].diff-toggle {
float: right;
}
body.branch .brlist > table > tbody > tr:hover:not(.selected),
|
| ︙ |