DEV: remove unneeded buttons mobile CSS (#25992)

This commit is contained in:
Kris
2024-03-01 16:42:02 -05:00
committed by GitHub
parent 9421997866
commit 653b2e4678
3 changed files with 2 additions and 9 deletions

View File

@@ -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 {

View File

@@ -5,7 +5,6 @@
@import "admin_report";
@import "admin_reports";
@import "alert";
@import "buttons";
@import "compose";
@import "dashboard";
@import "dialog";

View File

@@ -1,3 +0,0 @@
h3 .top-title-buttons button {
margin-top: 0.5em;
}