diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-20 00:03:35 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-20 00:03:35 +0000 |
| commit | 9982376f9a316a5e4224ea44c7392b272f5549d1 (patch) | |
| tree | f966aa0c653014bda62ac76ea521cc7aa8aeab61 /src/App.scss | |
| parent | 65dfceae59de8c0a8d79168f345d16942695c573 (diff) | |
| parent | 2a87e29180641621301a9e04bc2f493e01f4ca33 (diff) | |
Merge branch 'feature/theme-export-import' into 'develop'
Theme import & export
Closes #119
See merge request pleroma/pleroma-fe!290
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 3b8b3224..ae6561a9 100644 --- a/src/App.scss +++ b/src/App.scss @@ -63,6 +63,8 @@ button{ box-shadow: 0px 0px 2px black; font-size: 14px; font-family: sans-serif; + min-width: 10em; + min-height: 2em; &:hover { box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3); |
