Commit 1c1aa145 authored by Sebastien Chopin's avatar Sebastien Chopin

Fix CSS

parent 79c2095f
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
.header .header
background-color #41B883 background-color #41B883
position fixed position fixed
z-index 999 z-index 0
height 55px height 55px
top 0 top 0
left 0 left 0
......
<template> <template>
<div class="item-view" v-if="item"> <div class="item-view view" v-if="item">
<template v-if="item"> <template v-if="item">
<div class="item-view-header"> <div class="item-view-header">
<a :href="item.url" target="_blank"> <a :href="item.url" target="_blank">
......
<template> <template>
<div class="user-view"> <div class="user-view view">
<template v-if="user"> <template v-if="user">
<h1>User : {{ user.id }}</h1> <h1>User : {{ user.id }}</h1>
<ul class="meta"> <ul class="meta">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment