Skip to content

Convert tags to review notes.

Valerio Lyndon edited this page Jun 18, 2022 · 2 revisions

You are here: Home > Clarity > Convert tags to review/notes.


This mod widens the tag box and condenses it all into one cohesive paragraph, disabling tag functionality.

Limitations

  • You will be limited to 255 characters, same as regular tags. This does not magically lengthen MAL's imposed limit.

Preview

Installation

Place the code from this link at the bottom of your CSS.

CODE

Further modification

You can modify the width of the box by changing the number in the code block you just added. It has a comment marking what it is and how to change it. Example:

/* Raise or lower this number to change how wide the box is. Make sure not to remove the "px" at the end. */
.data.tags { width: 240px; }

Note: If you widen the box too far and enable too many list columns, the layout may break.

Note: The actual width of the element may be smaller than your set width. If you have a lot of columns enabled, it will automatically downscale to help prevent layout overflow.

Clone this wiki locally