Browse Source

Extra Logo für Desktop / Anpassung des Contents

master
Edwina Barbalan 4 years ago
parent
commit
1fe9f22109

BIN
public/img/app_icon_desk.png View File


+ 2
- 1
public/index.html View File

@@ -97,7 +97,8 @@
<div id="api">
<div class="om-header-container">
<div class="om-header">
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a>
<a class="logo-img is-hidden-desktop" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a>
<a class="logo-img is-hidden-touch" href="index.html"><img src="img/app_icon_desk.png" width=100px height=100px></a>
<form class="om-searchbar" @submit.prevent="search()">
<b-field>
<b-autocomplete v-model="searchtext" @keydown.native.enter="search" :data="filteredDataArray" placeholder="suche..." icon="magnify" @select="option => selected = option">

+ 1
- 1
public/lib/buefy-0.7.5.css View File

@@ -4144,7 +4144,7 @@ a.list-item {
width: 230px;
height: 100%;
margin-left: -22px;
margin-top: 12px;
margin-top: -27px;
padding-top: 20px;
position: fixed;
text-align: left;

+ 1
- 1
public/style/style.css View File

@@ -25,7 +25,7 @@
}
.om-content {
margin: 10px;
margin-top: 40px;
margin-top: 80px;
margin-bottom: 80px;
width: auto;
overflow: hidden;

+ 1
- 1
public/style/style.less View File

@@ -32,7 +32,7 @@
//content
.om-content{
margin: 10px;
margin-top: 40px;
margin-top: 80px;
margin-bottom: 80px;
width: auto;
overflow: hidden;

Loading…
Cancel
Save