@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
phorge
phabricator
1/**
2 * @provides phriction-document-css
3 */
4
5.phriction-revert-table {
6 width: 100%;
7}
8
9.phriction-revert-table td {
10 text-align: center;
11 width: 50%;
12 padding: 8px 0;
13 margin: 0 16px;
14 border-top: 1px solid {$lightblueborder};
15}
16
17.phriction-history-nav-table {
18 width: 100%;
19}
20
21.phriction-history-nav-table td {
22 width: 50%;
23 color: {$darkgreytext};
24 padding: 12px;
25 background-color: {$lightgreybackground};
26}
27
28.phriction-history-nav-table td.nav-next {
29 text-align: right;
30}