1
0
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:
Greg Ross
2018-07-01 05:10:13 -04:00
committed by Loïc Blot
parent e6b5440e16
commit abad21c131
2 changed files with 11 additions and 1 deletions
+8
View File
@@ -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;