mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: remove unneeded buttons mobile CSS (#25992)
This commit is contained in:
@@ -403,11 +403,8 @@
|
||||
display: flex;
|
||||
margin: 0.5em 0;
|
||||
flex-wrap: wrap;
|
||||
font-size: var(--font-0-rem);
|
||||
|
||||
button {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
font-size: var(--font-down-1);
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
div.education {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
@import "admin_report";
|
||||
@import "admin_reports";
|
||||
@import "alert";
|
||||
@import "buttons";
|
||||
@import "compose";
|
||||
@import "dashboard";
|
||||
@import "dialog";
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
h3 .top-title-buttons button {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
Reference in New Issue
Block a user