From 8877f3e4afc2c6afcb05b5406d22dd3fdddd8327 Mon Sep 17 00:00:00 2001 From: FullGreaM Date: Mon, 27 Apr 2026 02:21:40 +0300 Subject: [PATCH] Fix rounded by bootstrap solution --- frontend/src/css/main.css | 5 ----- frontend/src/pages/feed/news.ts | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src/css/main.css b/frontend/src/css/main.css index 5f9d882..3f4dc0e 100644 --- a/frontend/src/css/main.css +++ b/frontend/src/css/main.css @@ -47,11 +47,6 @@ height: 100vh; } -.round { - border-radius: 100% !important; - /*overflow: hidden;*/ -} - .news-ui-action { margin-left: 95%; } diff --git a/frontend/src/pages/feed/news.ts b/frontend/src/pages/feed/news.ts index 879f492..4f3b1e0 100644 --- a/frontend/src/pages/feed/news.ts +++ b/frontend/src/pages/feed/news.ts @@ -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 = () => {