mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Fix settings size (#249)
* Fix the overflow of the settings area on smaller displays * Provide settings text to be consistant with other NextCloud apps.
This commit is contained in:
parent
e6b5440e16
commit
abad21c131
@ -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;
|
||||
|
@ -21,7 +21,9 @@ use \OCA\OcSms\Lib\CountryCodes;
|
||||
</div>
|
||||
<div id="app-settings" class="ng-scope">
|
||||
<div id="app-settings-header">
|
||||
<button name="app settings" class="settings-button" data-apps-slide-toggle="#app-settings-content"></button>
|
||||
<button name="app settings" class="settings-button" data-apps-slide-toggle="#app-settings-content">
|
||||
<?php p($l->t('Settings'));?>
|
||||
</button>
|
||||
</div>
|
||||
<div id="app-settings-content">
|
||||
<div><label for="setting_msg_per_page">Max messages on tab loading</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user