Gildas 5 роки тому
батько
коміт
677bbada85
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      common/ui/content/content-infobar-web.js

+ 2 - 2
common/ui/content/content-infobar-web.js

@@ -124,8 +124,6 @@
 					color: #2d2d2d;					
 					padding-top: 2px;
 					padding-bottom: 2px;
-					-webkit-padding-start: 8px;
-					-webkit-padding-end: 4px;
 					border: 2px solid #878787;
 					background-image: none;
 					border-radius: 8px;					
@@ -135,6 +133,7 @@
 				.infobar-close-button {
 					display: none;
 					opacity: .7;
+					padding-left: 8px;
 					padding-right: 8px;
 					cursor: pointer;
 					color: rgb(126 135 140);
@@ -158,6 +157,7 @@
 				.infobar-link {
 					display: none;
 					padding-left: 8px;
+					padding-right: 8px;
 					line-height: 11px;
 					cursor: pointer;
 					user-select: none;