DEV: remove various unused CSS (#25994)

This commit is contained in:
Kris 2024-03-01 16:51:26 -05:00 committed by GitHub
parent 653b2e4678
commit e408f4ff95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 14 deletions

View File

@ -1,12 +1,10 @@
.admin-reports,
.dashboard,
.dashboard-next {
&.admin-contents {
margin: 10px 0 0 0;
}
}
.dashboard,
.dashboard-next {
.navigation {
display: flex;

View File

@ -1,4 +1,3 @@
.dashboard,
.dashboard-next {
.activity-metrics .counters-list {
font-size: var(--font-down-1);

View File

@ -22,8 +22,3 @@
padding: 5px;
}
}
.edit-user-directory-columns-modal .modal-inner-container {
width: 90%;
min-width: unset;
}

View File

@ -134,9 +134,3 @@ blockquote {
#main {
position: relative;
}
// Styles used before the user is logged into discourse. For example, activating
// their account or changing their email.
#simple-container {
width: 90%;
}