mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
8 lines
114 B
CSS
8 lines
114 B
CSS
.checkbox_wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
margin: 1rem 0;
|
|
cursor: pointer;
|
|
}
|