From 77b5f871741ee0c40cdd06c056084cf70d94c6f7 Mon Sep 17 00:00:00 2001 From: Oleg Oskolsky Date: Wed, 29 Sep 2021 21:55:19 +0300 Subject: [PATCH] Update size of pending icon --- bridge/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge/index.html b/bridge/index.html index 5a16e0f..a391193 100644 --- a/bridge/index.html +++ b/bridge/index.html @@ -143,8 +143,8 @@ } .pending { - width: 12px; - height: 12px; + width: 18px; + height: 18px; border: 3px solid #1d98dc; border-left: 3px solid transparent; border-radius: 50%;