// Pawoo style column expand
:not(#mastodon-timeline) > .column {
  @media screen and (min-width: 631px) {
    flex: 0 1 330px;
  }
}

