Skip to content

Commit

Permalink
Merge pull request #4826 from vector-im/rxl881/drawerStyling
Browse files Browse the repository at this point in the history
Misc styling fixes.
  • Loading branch information
rxl881 authored Aug 21, 2017
2 parents 3664a86 + e0bc113 commit b54dabd
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ limitations under the License.
*/

.mx_AppsDrawer {
margin-bottom: 3px;
}

.mx_AppsContainer {
Expand All @@ -29,11 +30,15 @@ limitations under the License.
cursor: pointer;
padding-right: 12px;
padding: 0;
margin: 0 0 5px 0;
margin: 5px auto 5px auto;
color: $accent-color;
font-size: 12px;
}

.mx_AddWidget_button_full_width {
max-width: 960px;
}

.mx_SetAppURLDialog_input {
border-radius: 3px;
border: 1px solid $input-border-color;
Expand Down Expand Up @@ -69,7 +74,7 @@ limitations under the License.
margin: 0;
padding: 2px 10px;
// background-color: $e2e-verified-color;
border-bottom: 1px solid $primary-hairline-color;
// border-bottom: 1px solid $primary-hairline-color;
font-size: 10px;
}

Expand Down Expand Up @@ -97,6 +102,7 @@ limitations under the License.

.mx_AppTileBody{
height: 350px;
width: 100%;
overflow: hidden;
}

Expand Down

0 comments on commit b54dabd

Please sign in to comment.