diff options
| author | Shpuld Shpludson <shp@cock.li> | 2017-11-12 22:41:31 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2017-11-12 22:41:31 +0000 |
| commit | c7f5f3f59512ea7eb389d9c1543dabe6cfdda55e (patch) | |
| tree | f272c36b689f62d6710fcfeea79438924541ca3d /src/App.scss | |
| parent | 58135410063477e708e0dca090a67fe6a3e6b4c4 (diff) | |
| parent | c18aace3da78f3603528fa621077b3df846aefc9 (diff) | |
Merge branch 'css-fixes-and-updates' into 'develop'
Css fixes and updates
See merge request pleroma/pleroma-fe!150
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 0e89a429..944c32b6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -127,6 +127,14 @@ main-router { margin: 0.5em; border-radius: 10px; + box-shadow: 1px 1px 3px rgba(0,0,0,.5); +} + +.panel-body:empty::before { + content: "¯\\_(ツ)_/¯"; // Could use words but it'd require translations + display: block; + margin: 20px; + text-align: center; } .panel-heading { |
