mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
feat: condensed + colored sidenav
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
87f269a792
commit
b65472ce96
2 changed files with 16 additions and 1 deletions
|
@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Next
|
||||
- [ui] condensed + colored sidenav
|
||||
|
||||
## 1.3.0
|
||||
- [fix] [GithubContributors] ordered contributors by contribution count
|
||||
- [refactor] used vue-typecasting for number inputs
|
||||
|
|
14
src/App.vue
14
src/App.vue
|
@ -11,7 +11,7 @@
|
|||
<SearchBar class="hidden-sm-and-up"/>
|
||||
</template>
|
||||
|
||||
<v-list dense>
|
||||
<v-list dense id="navigation-list">
|
||||
|
||||
<div v-for="section in items" :key="section.title">
|
||||
<v-subheader class="mt-4 pl-4">{{section.title}}</v-subheader>
|
||||
|
@ -149,6 +149,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
#navigation-list{
|
||||
div:first-child .v-subheader{
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.v-list-item__action{
|
||||
margin: 8px 25px 8px 0;
|
||||
.v-icon{
|
||||
color: #4CAF50 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.v-navigation-drawer__content{
|
||||
.pretty-scrollbar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue