0.0.14
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Родитель
f319e5860e
Коммит
94dae44dbf
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 0.0.14 – 2020-12-10
|
||||
### Fixed
|
||||
- missing settings icon
|
||||
|
||||
## 0.0.13 – 2020-12-10
|
||||
### Changed
|
||||
- bump js libs
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<summary>Integration of GitHub software development management service</summary>
|
||||
<description><![CDATA[GitHub integration provides a dashboard widget displaying your most important notifications
|
||||
and a unified search provider for repositories, issues and pull requests.]]></description>
|
||||
<version>0.0.13</version>
|
||||
<version>0.0.14</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julien Veyssier</author>
|
||||
<namespace>Github</namespace>
|
||||
|
|
|
@ -243,15 +243,16 @@ export default {
|
|||
.icon {
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
.icon-github-settings {
|
||||
background-image: url('./../../img/app-dark.svg');
|
||||
background-size: 23px 23px;
|
||||
height: 23px;
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-github-settings {
|
||||
background-image: url('./../../img/app-dark.svg');
|
||||
background-size: 23px 23px;
|
||||
height: 23px;
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
|
||||
body.theme--dark .icon-github-settings {
|
||||
background-image: url('./../../img/app.svg');
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче