Settings: change general icon from paintbrush to desktop

This commit is contained in:
Max Leiter 2022-02-19 17:08:59 -08:00
parent 6f64243671
commit 1f39e078f4
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -10,14 +10,6 @@
</template>
<style>
.tabs {
position: relative;
margin: 0 auto;
/* to match the .container */
width: 480px;
padding: 0 15px;
}
.tabs ul {
padding: 0;
border-radius: 5px;
@ -47,7 +39,7 @@
}
.tabs .appearance::before {
content: "\f1fc"; /* http://fontawesome.io/icon/paint-brush/ */
content: "\f108"; /* http://fontawesome.io/icon/paint-brush/ */
}
.tabs .account::before {
@ -80,12 +72,6 @@
background-color: #303e4a;
cursor: default;
}
/* Float left on desktops */
@media screen and (min-width: calc(768px + 220px + 400px)) {
.tabs {
}
}
</style>
<script>