Update settings.css

This commit is contained in:
Rodrigo Emanuel
2025-04-21 12:45:10 -03:00
committed by GitHub
parent 842e3c2cae
commit 5bc78e4735

View File

@@ -113,6 +113,7 @@ a { color: #ffcc00; }
.tab-content .setting.column .emote-list {
width:100%;
display: flex;
flex-wrap: wrap; /* allow items to wrap */
gap: 10px;
margin-top: 15px;
}