Last active
December 23, 2022 22:11
-
-
Save promovicz/3953589e2fb4d714f5ed3f9738c9ed54 to your computer and use it in GitHub Desktop.
Mastodon 4: overlay CSS for a much more compact profile table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .account__header__fields { | |
| padding: 0.2em 0.3em; | |
| } | |
| .account__header__fields dl { | |
| width: 100%; | |
| overflow: hidden; | |
| padding: 0.1em; | |
| margin: 0 | |
| } | |
| .account__header__fields dl dt { | |
| float: left; | |
| width: 20%; | |
| padding: 0; | |
| margin: 0 | |
| } | |
| .account__header__fields dl dd { | |
| float: left; | |
| width: 80%; | |
| padding: 0; | |
| margin: 0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment