Iceshrimp.NET/Iceshrimp.Backend/wwwroot/css/admin.css
Laura Hausmann 3a346d5a22
[backend/razor] Add admin dashboard (Admin-FE)
Currently available sections: instance metadata, user management, federation control, relays, plugins & queue dashboard.
Planned: sections: configuration, logs, policies & reports.
2024-10-11 05:41:52 +02:00

16 lines
No EOL
181 B
CSS

h1, h2, h3, h4, h5, h6 {
margin-top: 12px !important;
}
p {
margin-top: 12px;
margin-bottom: 12px;
}
.fake-link {
cursor: pointer;
}
.width30 {
width: 30ch;
}