Fossil

Diff
Login

Differences From Artifact [e47cbca44d]:

To Artifact [4bb1f7d934]:


38
39
40
41
42
43
44




















45
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65







+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

  margin: 0.5em;
}
body.wikiedit .wikiedit-options > div > * {
  margin: 0.25em;
}
body.wikiedit .wikiedit-options.flex-container.flex-row {
  align-items: first baseline;
}
body.wikiedit .wikiedit-page-list-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
body.wikiedit .wikiedit-page-list-wrapper select option {
  margin: 0.5em 0;
}
body.wikiedit .wikiedit-page-list-wrapper select option.stashed::before {
  content: "* ";
}
body.wikiedit textarea {
  max-width: calc(100% - 1em);
}

body.wikiedit .tabs .tab-panel {
  overflow: auto;
}