Skip to content
Snippets Groups Projects

Mainly changes for the history view

Merged Vilde Min Vikan requested to merge history-filtration into master
7 files
+ 247
67
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -27,7 +27,6 @@ const props = defineProps({
<div class="user-info">
<img src="/src/assets/user.svg" alt="Profile picture">
<div class="user">{{ username }}</div>
<div class="rating">4.3</div>
</div>
</div>
</div>
@@ -98,18 +97,6 @@ const props = defineProps({
align-items: center;
}
.rating {
width: 30px;
height: 30px;
background-color: #5E5CE5;
color: white;
border-radius: 50%;
text-align: center;
line-height: 30px;
font-size: 10px;
margin-left: auto;
}
.difficulty {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #5E5CE5;
Loading