diff options
| author | shpuld <shp@cock.li> | 2018-04-10 00:28:24 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-10 00:28:24 +0300 |
| commit | 8835c98529809033993b190847989f11b318cf97 (patch) | |
| tree | 9ee82d3bc3a14815288a95425a22abebc8533250 /src/components/user_panel/user_panel.vue | |
| parent | c214197cee192d9ae511d145d8e28cef8ae9a0d1 (diff) | |
| parent | 716e37d95cd463ede4a5fbe91e7170515719a0fe (diff) | |
Merge hj's css overhaul and fix conflicts
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
| -rw-r--r-- | src/components/user_panel/user_panel.vue | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue index 1a5e20fb..05af7bc3 100644 --- a/src/components/user_panel/user_panel.vue +++ b/src/components/user_panel/user_panel.vue @@ -2,7 +2,7 @@ <div class="user-panel"> <div v-if='user' class="panel panel-default" style="overflow: visible;"> <user-card-content :user="user" :switcher="false"></user-card-content> - <div class="panel-footer base00-background"> + <div class="panel-footer"> <post-status-form v-if='user'></post-status-form> </div> </div> @@ -11,3 +11,11 @@ </template> <script src="./user_panel.js"></script> + +<style lang="scss"> +.user-panel { + .profile-panel-background .panel-heading { + background: transparent; + } +} +</style> |
