diff --git a/css/style.css b/css/style.css index ea4f557..a8f2bab 100644 --- a/css/style.css +++ b/css/style.css @@ -222,6 +222,14 @@ display: inline-block; } +#app-settings { + width: 20%; +} + +#app-settings-header { + width: auto; +} + #app-settings-content .new-button { width: 32px; background-size: 16px; diff --git a/templates/main.php b/templates/main.php index 6d37e0b..37f104a 100644 --- a/templates/main.php +++ b/templates/main.php @@ -21,7 +21,9 @@ use \OCA\OcSms\Lib\CountryCodes;
- +