Style Fix and Subscription Fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user