diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-19 14:47:32 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-19 14:47:32 +0000 |
| commit | ed3c318be0a70399980b7417cc8eec32d45ca006 (patch) | |
| tree | c8ba2cd512497f76bd0f2775f2e96b2963219f86 /src/App.scss | |
| parent | 962a33f887786dfdd2df57be66cd37b8ddb7d06d (diff) | |
| parent | e801d78e9d923df1263eb9dc78db8fdfa8637734 (diff) | |
Merge branch 'edijs/pleroma-fe-fix/followers-ui' into 'develop'
Fix followers/follows UI, fix #343 fix #340
Closes #340 and #343
See merge request pleroma/pleroma-fe!590
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 52484f59..e7784329 100644 --- a/src/App.scss +++ b/src/App.scss @@ -739,3 +739,7 @@ nav { width: 100%; } } + +.btn.btn-default { + min-height: 28px; +} |
