Remove redundant CSS rules hiding form and divider elements

The removed CSS rules were unnecessary and prevented certain UI elements from displaying correctly. This change ensures better visibility and functionality of the affected sections in both dark and light themes.
This commit is contained in:
2026-06-10 22:05:59 +02:00
parent 73aa4caffb
commit f6207d0b4e
2 changed files with 0 additions and 16 deletions
@@ -338,11 +338,3 @@ footer {
bottom: 0;
z-index: 1000;
}
div.ui.attached.segment form.ui.form:not(.new-repo-form) {
display: none;
}
div.ui.attached.segment div.divider.divider-text {
display: none;
}
@@ -313,11 +313,3 @@ footer {
bottom: 0;
z-index: 1000;
}
div.ui.attached.segment form.ui.form:not(.new-repo-form) {
display: none;
}
div.ui.attached.segment div.divider.divider-text {
display: none;
}