Skip to content

Commit 32f1ad8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cbcf727 commit 32f1ad8

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

frontend/css/journal-table.css

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
.journal .indicators,
133133
.journal .description,
134-
.journal p > .num{
134+
.journal p > .num {
135135
background-color: var(--entry-background);
136136
}
137137

@@ -238,49 +238,48 @@
238238
border-radius: 20px;
239239
}
240240

241-
242241
@media (width <= 767px) {
243242
.flex-table.journal p {
244243
flex-wrap: wrap;
245244
}
246245

247-
.journal .datecell{
246+
.journal .datecell {
248247
order: 1;
249248
width: 6rem;
250249
}
251250

252-
.journal .flag{
251+
.journal .flag {
253252
order: 2;
254253
}
255254

256255
.journal .description {
257-
width: 100%;
258256
flex: inherit;
259257
order: 5;
260-
padding-left: 0px;
258+
width: 100%;
259+
padding-left: 0;
261260
}
262261

263-
.journal .indicators{
264-
order: 3;
262+
.journal .indicators {
265263
flex-grow: 1;
264+
order: 3;
266265
}
267266

268267
.journal .balance .indicators,
269-
.journal .balance .change.num{
268+
.journal .balance .change.num {
270269
display: none;
271270
}
272271

273272
.journal p > .num {
274-
order: 4;
275273
flex-grow: 1;
274+
order: 4;
276275
}
277276

278277
.journal .postings .datecell,
279-
.journal .postings .flag{
278+
.journal .postings .flag {
280279
display: none;
281-
282280
}
283-
.journal .postings .description{
281+
282+
.journal .postings .description {
284283
order: inherit;
285284
width: inherit;
286285
}

0 commit comments

Comments
 (0)