From 162d6e7dde3df336785ad64da82539324cced689 Mon Sep 17 00:00:00 2001 From: triptishukla Date: Wed, 30 Oct 2019 13:27:18 +0530 Subject: [PATCH] made reviewed changes --- .stylelintrc | 1 + src/css/popup.css | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index 2b6c743..5acc3e5 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -12,6 +12,7 @@ "order/declaration-block-properties-alphabetical-order": true, "property-blacklist": [ "/(min[-]|max[-])height/", + "/width/", "/top/", "/bottom/", "padding", diff --git a/src/css/popup.css b/src/css/popup.css index 537aee4..f9c76a1 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -470,7 +470,7 @@ manage things like container crud */ inline-size: var(--inline-button-size); justify-content: center; text-decoration: none; - width: 200px; + inline-size: 200px; } #container-panel #sort-containers-link:hover, @@ -495,7 +495,7 @@ manage things like container crud */ justify-content: center; margin-right: 2px; text-decoration: none; - width: 100px; + inline-size: 100px; } span ~ .panel-header-text { @@ -816,7 +816,7 @@ span ~ .panel-header-text { } .radio-search > .radio-container > [type="radio"] { - width: 40px; + inline-size: 40px; } #edit-sites-assigned { @@ -951,7 +951,7 @@ span ~ .panel-header-text { padding-block-start: 5px; padding-inline-end: 5px; padding-inline-start: 5px; - width: 200px; + inline-size: 200px; } .edit-container-panel legend {