diff --git a/src/base/components/tabs.html b/src/base/components/tabs.html
index 0d518e0..5985c16 100644
--- a/src/base/components/tabs.html
+++ b/src/base/components/tabs.html
@@ -12,7 +12,7 @@
--button-color: #696a6c !important;
--button-hover-background: #303236 !important;
--button-hover-color: #fff !important;
- --button-border-radius: 50% !important;
+ --button-border-radius: 6px !important;
--button-cursor: pointer !important;
--badge-background: #383a3e !important;
--badge-color: #fff !important;
@@ -70,6 +70,14 @@
display: flex !important;
align-items: center !important;
}
+ .tab-close button {
+ width: 28px !important;
+ height: 28px !important;
+ }
+ button {
+ width: 32px !important;
+ height: 32px !important;
+ }
webview {
height: calc(100% - var(--tab-height));
position: fixed !important;