Development styles so far
This commit is contained in:
parent
1fac613c37
commit
6f132cc04e
1 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
/* Eryn Wells <eryn@erynwells.me> */
|
/* Eryn Wells <eryn@erynwells.me> */
|
||||||
|
|
||||||
details:has(.photo-params.debug) {
|
details:has(.photo-params.debug) {
|
||||||
margin-inline: var(--body-item-spacing);
|
|
||||||
max-width: var(--content-width);
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,8 +75,13 @@ details:has(.photo-params.debug) {
|
||||||
background-color: var(--separator-color);
|
background-color: var(--separator-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.photos-params.debug {
|
table.photo-params.debug {
|
||||||
width: calc(100% - var(--body-item-spacing));
|
--inline-start-padding: 2rem;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: calc(100% - var(--inline-start-padding));
|
||||||
|
margin-block-start: 1rem;
|
||||||
|
margin-inline-start: var(--inline-start-padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-params.debug > thead {
|
.photo-params.debug > thead {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue