mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:53:44 +08:00
DEV: remove various unused CSS (#25994)
This commit is contained in:
parent
653b2e4678
commit
e408f4ff95
|
@ -1,12 +1,10 @@
|
|||
.admin-reports,
|
||||
.dashboard,
|
||||
.dashboard-next {
|
||||
&.admin-contents {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard,
|
||||
.dashboard-next {
|
||||
.navigation {
|
||||
display: flex;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
.dashboard,
|
||||
.dashboard-next {
|
||||
.activity-metrics .counters-list {
|
||||
font-size: var(--font-down-1);
|
||||
|
|
|
@ -22,8 +22,3 @@
|
|||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-user-directory-columns-modal .modal-inner-container {
|
||||
width: 90%;
|
||||
min-width: unset;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user