diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-11-03 17:09:10 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-11-03 17:09:10 +0000 |
| commit | b485d21ba91629931f2846eafaed7ec04d73c8c8 (patch) | |
| tree | 5252e878a9536b9ee94a3d44062f758f2bbc11d7 /src/components/mobile_nav/mobile_nav.vue | |
| parent | 22bc0c08402c2aea96ac33680dcc2cef3109ded9 (diff) | |
| parent | 4e4b258c547fd4dba2be02aa66a1fd3aa2bb58ef (diff) | |
Merge branch 'fix-chat-badge' into 'develop'
Few more minor fixes
See merge request pleroma/pleroma-fe!1275
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index 6651fc8e..5304a500 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -110,12 +110,23 @@ } .mobile-nav-button { + display: inline-block; text-align: center; - margin: 0 1em; + padding: 0 1em; position: relative; cursor: pointer; } + .site-name { + padding: 0 .3em; + display: inline-block; + } + + .item { + /* moslty just to get rid of extra whitespaces */ + display: flex; + } + .alert-dot { border-radius: 100%; height: 8px; |
