add nav-item class style

This commit is contained in:
FullGreaM 2026-04-27 02:08:07 +03:00
parent 150bb7a0a9
commit 472e4df0c7
2 changed files with 9 additions and 1 deletions

View File

@ -54,4 +54,13 @@
.news-ui-action {
margin-left: 95%;
}
.published-text {
color: rgba(255,255,255,0.5) !important;
padding-bottom: 0.5%;
}
.nav-item {
cursor: pointer; padding: 12px 24px; font-size: 1.5em;
}

View File

@ -18,7 +18,6 @@ class NavbarButton extends DefaultElement {
elementA.setAttribute("aria-current", "page");
super([ elementA ]);
this.addClass("nav-item");
this.setPersonalStyle("cursor: pointer; padding: 12px 24px; font-size: 1.5em;");
}
protected wrapHTML(content: string): string {