Skip to content

Commit 69f45ed

Browse files
authored
Merge pull request #219 from SYwaves/iterative-corrections
incremental changes
2 parents 6fae64a + b5c2bd3 commit 69f45ed

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/css/parts/elements.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,7 @@ div.heritage-rating-module {
10391039
background: rgb(var(--tables-header-bg));
10401040
color: rgb(var(--tables-header-txt));
10411041
font-weight: var(--wght);
1042+
text-align: center;
10421043
}
10431044

10441045
:is(th, td) {

src/css/parts/wikidot-structure.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"content-wrap"
5757
"footer"
5858
"license";
59-
grid-template-columns: auto;
59+
grid-template-columns: minmax(0,1fr);
6060
width: 100%;
6161
height: 100%;
6262
margin: 0;
@@ -102,6 +102,7 @@
102102
padding-right: 0;
103103
padding-left: 0;
104104
background-color: transparent;
105+
overflow-wrap: break-word;
105106

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

4399-
#page-options-bottom {
4400-
width: 100%;
4401-
}
4402-
44034398
table.page-history tr {
44044399
&[id^="revision-row"] {
44054400
grid-template-areas:

0 commit comments

Comments
 (0)