Skip to content
Snippets Groups Projects
Commit 34e4dd0a authored by HJ's avatar HJ :fire:
Browse files

fix last border of menu-item

parent c531391e
No related branches found
No related tags found
2 merge requests!1928Release 2.7.0,!1892Themes 3.0 / Pleroma ISS (Interface Style Sheets) [Side A]
Pipeline #47744 failed
......@@ -391,6 +391,7 @@ nav {
&:last-child {
border-bottom-right-radius: var(--roundness);
border-bottom-left-radius: var(--roundness);
border: none;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment