Files
2023-06-07 14:23:57 +02:00

17 lines
247 B
SCSS

html.opera {
// Fix legend center align
legend {
margin: 0 auto;
}
// Properly align icons in circle
table td.actions .no-text.icon-edit {
padding-left: 1px;
}
// Fix sidebar margin
#sidebar {
margin-top: 18px;
}
}