Files
eepp/bin/unit_tests/assets/html/ss64_deferred_cascade.css
Martín Lucas Golini d3ed96919a Fix percentage margin resolution after async HTML layout
Track percentage-based margins in UIHTMLWidget and re-resolve them when
  the containing parent acquires its final size. This prevents margins
  computed against an initial zero-width container from remaining stale
  until the viewport is resized.

  Add regressions covering percentage margin recomputation and the SS64
  footer layout after a deferred stylesheet is loaded.
2026-07-30 19:08:49 -03:00

23 lines
250 B
CSS

h1 {
font-size: 1.5rem;
}
li a[href="../bash/"] {
background-color: #F8F9FA;
}
.tbtn {
height: 40px;
line-height: 40px;
width: 140px;
}
.tbtn a {
background-color: #F8F9FA;
display: block;
}
#external-css-loaded {
height: 37px;
}