Differences From Artifact [f4e5c9f366]:
- File skins/xekri/css.txt — part of check-in [714ff82433] at 2021-09-16 17:05:17 on branch trunk — Xekri skin: added same logo toggle as in [c4c64257cf], improved page layout in chat mode, and slightly modernized the header layout. Gave chat message area in all skins a very slight side padding. (user: stephan size: 20432)
To Artifact [e256d73953]:
- File skins/xekri/css.txt — part of check-in [919468b358] at 2021-09-16 22:50:33 on branch trunk — xekri skin: make /chat names and timestamps slightly more legible. (user: stephan size: 20564)
| ︙ | ︙ | |||
1159 1160 1161 1162 1163 1164 1165 |
body.chat div.content {
margin-left: auto;
margin-right: auto;
}
body.chat.chat-only-mode div.content {
max-width: revert;
}
| > > > > > | 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 |
body.chat div.content {
margin-left: auto;
margin-right: auto;
}
body.chat.chat-only-mode div.content {
max-width: revert;
}
body.chat .message-widget .message-widget-tab {
/* Make /chat user names and timestamps more visible */
filter: saturate(6);
}
|