mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user