Project

General

Profile

Defect #44408 ยป 44408.patch

Go MAEDA, 2026-09-02 07:44

View differences:

app/assets/stylesheets/application.css
45 45

  
46 46
html, body { min-block-size: 100vh; }
47 47
html {overflow-y:scroll;}
48
body { font-family: var(--fonts-main); font-size: 0.875rem; color: var(--oc-gray-9); margin: 0; padding: 0; min-inline-size: 900px; }
48
body {
49
  font-family: var(--fonts-main);
50
  font-size: 0.875rem;
51
  color: var(--oc-gray-9);
52
  margin: 0;
53
  padding: 0;
54
  min-inline-size: 900px;
55
  /* Workaround for Tribute 5.1.3 menu positioning (#44408) */
56
  position: relative;
57
}
49 58

  
50 59
h1, h2, h3, h4, h5, h6 {
51 60
  font-family: var(--fonts-main);
    (1-1/1)