discourse/app/assets/stylesheets/desktop/group.scss
Jordan Vidrine d384e744a8
UI: Fix button overlapping longer group names in group card (#11104)
This commit fixes the group buttons from overlapping long group names in the group card.
2020-11-03 09:37:26 -06:00

52 lines
716 B
SCSS

.group-nav {
.group-dropdown {
margin-right: 10px;
}
}
.group-info {
margin-bottom: 20px;
}
.group-navigation {
width: 15%;
background-color: transparent;
li {
border: none;
a {
color: var(--primary-med-or-secondary-high);
padding: 8px 0;
&.active {
background-color: transparent;
font-weight: bold;
color: var(--primary);
&:after {
display: none;
}
}
}
}
}
.group-activity-outlet,
.group-messages-outlet,
.group-manage-outlet {
width: 85%;
}
.group-manage {
.form-horizontal {
button {
float: none;
}
}
}
.groups-form.groups-notifications-form {
width: 500px;
max-width: 100%;
}