mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
4ae28837fd
Summary: Fixes T7655. We'll set tighter spacing around edit clusters. Also darkened up the date marker and remove unused `phabricator-transaction-view` CSS that was still scattered around the site. Test Plan: Test a full and column multi-edit spam. Visited Ponder and Diffusion, noticed no issues using those apps. Grepped for other users of `phabricator-transaction-view` Reviewers: epriestley, btrahan Reviewed By: btrahan Subscribers: Korvin, epriestley Maniphest Tasks: T7655 Differential Revision: https://secure.phabricator.com/D12148
25 lines
366 B
CSS
25 lines
366 B
CSS
/**
|
|
* @provides ponder-post-css
|
|
*/
|
|
|
|
.ponder-post-list {
|
|
max-width: 1162px;
|
|
}
|
|
|
|
.ponder-add-answer-panel {
|
|
max-width: 1162px;
|
|
}
|
|
|
|
.ponder-post-list .anchor-target {
|
|
background-color: #ffffdd;
|
|
border-color: #ffff00;
|
|
}
|
|
|
|
.ponder-post-core .phabricator-remarkup .remarkup-code-block {
|
|
width: 88ex;
|
|
width: 81ch;
|
|
}
|
|
|
|
.ponder-question {
|
|
background: white;
|
|
}
|