diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2018-07-29 20:28:23 +0100 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-07-29 20:28:23 +0100 |
| commit | 7a557599a032ef40fc818145f7182e37869fe6cf (patch) | |
| tree | 2890b78d87daefdd18a86e9e18da2ba7ffbf34a3 /src/chrome/browser | |
| parent | b8e1c110fd6fe74aceb24c2af23211af75ba52af (diff) | |
Improve about:permissions sizing
Diffstat (limited to 'src/chrome/browser')
| -rw-r--r-- | src/chrome/browser/preferences/aboutPermissions.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/chrome/browser/preferences/aboutPermissions.css b/src/chrome/browser/preferences/aboutPermissions.css index f1288c4..3fa306f 100644 --- a/src/chrome/browser/preferences/aboutPermissions.css +++ b/src/chrome/browser/preferences/aboutPermissions.css | |||
| @@ -12,6 +12,10 @@ | |||
| 12 | padding-bottom: 0.5em; | 12 | padding-bottom: 0.5em; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | #permissions-content { | ||
| 16 | height: 100%; | ||
| 17 | } | ||
| 18 | |||
| 15 | /* sites box */ | 19 | /* sites box */ |
| 16 | 20 | ||
| 17 | #sites-box { | 21 | #sites-box { |
