Extra Logo für Desktop / Anpassung des Contents
This commit is contained in:
parent
b7e3737a70
commit
1fe9f22109
BIN
public/img/app_icon_desk.png
Normal file
BIN
public/img/app_icon_desk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
@ -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">
|
||||
|
@ -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;
|
||||
|
@ -25,7 +25,7 @@
|
||||
}
|
||||
.om-content {
|
||||
margin: 10px;
|
||||
margin-top: 40px;
|
||||
margin-top: 80px;
|
||||
margin-bottom: 80px;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
|
@ -32,7 +32,7 @@
|
||||
//content
|
||||
.om-content{
|
||||
margin: 10px;
|
||||
margin-top: 40px;
|
||||
margin-top: 80px;
|
||||
margin-bottom: 80px;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user