Fix rounded by bootstrap solution

This commit is contained in:
FullGreaM 2026-04-27 02:21:40 +03:00
parent 20a7107964
commit 8877f3e4af
2 changed files with 1 additions and 6 deletions

View File

@ -47,11 +47,6 @@
height: 100vh;
}
.round {
border-radius: 100% !important;
/*overflow: hidden;*/
}
.news-ui-action {
margin-left: 95%;
}

View File

@ -40,7 +40,7 @@ class NewsUserInterfaceButton extends DefaultElement {
this.setAttribute("type", "button");
this.addClass("news-ui-action");
this.addClass("btn");
this.addClass("round");
this.addClass("rounded-circle");
this.addClass("border");
this.onClick = () => {