mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Aktualizacja widoku scenerii
This commit is contained in:
@@ -3,18 +3,12 @@
|
||||
<div class="scenery-name">
|
||||
<a v-if="station.generalInfo?.url" :href="station.generalInfo.url" target="_blank" rel="noopener noreferrer">
|
||||
{{ station.name }}
|
||||
<sup v-if="station.generalInfo?.project" style="color: salmon; font-size: 0.5em; vertical-align: text-top">
|
||||
{{ station.generalInfo.project }}
|
||||
</sup>
|
||||
</a>
|
||||
|
||||
<span v-else>{{ station.name }}</span>
|
||||
</div>
|
||||
|
||||
<div class="scenery-authors" v-if="station.generalInfo?.authors">
|
||||
Autorzy: {{ station.generalInfo?.authors?.join(', ') }}
|
||||
</div>
|
||||
<!-- <div class="scenery-hash" v-if="station.onlineInfo?.hash">#{{ station.onlineInfo.hash }}</div> -->
|
||||
<div class="scenery-hash" v-if="station.onlineInfo?.hash">#{{ station.onlineInfo.hash }}</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -44,6 +38,7 @@ export default defineComponent({
|
||||
position: relative;
|
||||
|
||||
font-size: 3.5em;
|
||||
padding: 0 0.5em;
|
||||
|
||||
text-transform: uppercase;
|
||||
|
||||
@@ -54,13 +49,6 @@ export default defineComponent({
|
||||
|
||||
.scenery-hash {
|
||||
color: #aaa;
|
||||
font-size: 0.3em;
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.scenery-authors {
|
||||
color: #999;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user