Style Fix and Subscription Fix

This commit is contained in:
fraxle
2026-05-16 10:19:47 +01:00
parent de1f2f5a37
commit e730e3f008
2 changed files with 67 additions and 18 deletions
+10
View File
@@ -146,6 +146,16 @@
white-space: nowrap;
}
/* Vertical rule separating general-use profiles from technical ones */
.profile-divider {
display: inline-block;
width: 1px;
align-self: stretch;
background: #c9b08a;
margin: 2px 6px;
opacity: 0.6;
}
.profile-btn {
padding: 5px 13px;
cursor: pointer;