aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-08-20 00:03:35 +0000
committerkaniini <nenolod@gmail.com>2018-08-20 00:03:35 +0000
commit9982376f9a316a5e4224ea44c7392b272f5549d1 (patch)
treef966aa0c653014bda62ac76ea521cc7aa8aeab61 /src/App.scss
parent65dfceae59de8c0a8d79168f345d16942695c573 (diff)
parent2a87e29180641621301a9e04bc2f493e01f4ca33 (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.scss2
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);