You've already forked AstralRinth
forked from didirus/AstralRinth
Bundle of small fixes (#355)
* Bundle of small fixes  - List items in project body may overflow - Reduce margin between pagination buttons for better mobile support - Prevent titles from overflowing in search for better mobile support - Don't show ThisOrThats with only one item - Fix style inconsistencies on homepage - Add more links to homepage to docs, GH, and discord, so they can't be missed * Appease lint * Dryer lint isn't even the worst type of lint. It's this.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="styled-tabs">
|
||||
<div v-if="items.length !== 1" class="styled-tabs">
|
||||
<button
|
||||
v-for="item in items"
|
||||
:key="item"
|
||||
|
||||
Reference in New Issue
Block a user