Skip to content

Commit

Permalink
Deploying to gh-pages from @ 69f45ed 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Woedenaz committed Dec 20, 2023
1 parent 75db505 commit bedf421
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
10 changes: 3 additions & 7 deletions css/black-highlighter.css
Original file line number Diff line number Diff line change
Expand Up @@ -3895,7 +3895,7 @@ rt {
"content-wrap"
"footer"
"license";
grid-template-columns: auto;
grid-template-columns: minmax(0,1fr);
width: 100%;
height: 100%;
margin: 0;
Expand Down Expand Up @@ -3947,6 +3947,7 @@ rt {
padding-right: 0;
padding-left: 0;
background-color: transparent;
word-wrap: break-word;

/* Mobile Chrome Width Fix */
}
Expand Down Expand Up @@ -4398,8 +4399,6 @@ div[id*="page-options-bottom"] {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
max-width: min(90vw, var(--body-width-on-desktop));
gap: 1ch;
font-family: var(--UI-font);
font-size: var(--base-font-size);
Expand Down Expand Up @@ -9782,10 +9781,6 @@ div.odialog-shader-iframe {
min-height: -webkit-calc(100vh - var(--final-header-height-on-mobile));
min-height: calc(100vh - var(--final-header-height-on-mobile));
}

#page-options-bottom {
width: 100%;
}
table.page-history tr[id^="revision-row"] {
grid-template-areas:
"rev-num rev-radio rev-flags rev-actions rev-date rev-date"
Expand Down Expand Up @@ -16467,6 +16462,7 @@ div.heritage-rating-module div.heritage-emblem img {
background: rgb(var(--tables-header-bg));
color: rgb(var(--tables-header-txt));
font-weight: var(--wght);
text-align: center;
}

#page-content table.wiki-content-table :is(th, td), #page-content div.b-tables table.wiki-content-table :is(th, td) {
Expand Down
2 changes: 1 addition & 1 deletion css/black-highlighter.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/min/black-highlighter.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/min/black-highlighter.min.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/parts/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ div.heritage-rating-module {
background: rgb(var(--tables-header-bg));
color: rgb(var(--tables-header-txt));
font-weight: var(--wght);
text-align: center;
}

:is(th, td) {
Expand Down
9 changes: 2 additions & 7 deletions css/parts/wikidot-structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"content-wrap"
"footer"
"license";
grid-template-columns: auto;
grid-template-columns: minmax(0,1fr);
width: 100%;
height: 100%;
margin: 0;
Expand Down Expand Up @@ -102,6 +102,7 @@
padding-right: 0;
padding-left: 0;
background-color: transparent;
overflow-wrap: break-word;

/* Mobile Chrome Width Fix */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) and (list-style-type: "*") {
Expand Down Expand Up @@ -447,8 +448,6 @@ div[id*="page-options-bottom"] {
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
max-width: min(90vw, var(--body-width-on-desktop));
gap: 1ch;
font-family: var(--UI-font);
font-size: var(--base-font-size);
Expand Down Expand Up @@ -4396,10 +4395,6 @@ div.odialog-shader-iframe {
min-height: calc(100vh - var(--final-header-height-on-mobile));
}

#page-options-bottom {
width: 100%;
}

table.page-history tr {
&[id^="revision-row"] {
grid-template-areas:
Expand Down

0 comments on commit bedf421

Please sign in to comment.