Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Get rid of the Synopsis images #1555

@KommuSoft

Description

@KommuSoft

The synopsis images can be reproduced with simple HTML that will result in a vectorized variant, and more easier to change based on a state. This can be done with the following CSS:

#synopsis summary {
  display: block;
  float: right;
  color: #536371;
  margin: 0px;
  padding: 5px;
  background: rgb(250,247,224);
  writing-mode: vertical-rl;
  rotate: 180deg;
}
#synopsis summary::after {
  content: "\2A20";
  rotate: -90deg;
  display: inline-block;
  color: #b0b0af;
}
#synopsis details[open] summary::after {
    rotate: 90deg;
}

and remove the #synopsis details[open] > summary specifier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions