diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-03-10 13:12:17 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-03-10 13:12:17 +0300 |
commit | fdfd940e63d35a7bedad2923d6a7a8afabe93225 (patch) | |
tree | ed06fb4b781604b47483e9268097acf6d279596e /src/pages/popup/style.css | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-fdfd940e63d35a7bedad2923d6a7a8afabe93225.zip |
Added context menu buttons to the popup
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 53589738..ff96b9ad 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -28,6 +28,11 @@ input { width: 46px; } +.button h4 { + font-size: 16px; + max-width: 160px; +} + #instance { max-width: 110px; max-height: 22px; |