riot-themes.meta

Issues/PRs archive for Nordgedanken/Riot-Themes
git clone git://archive.git.mtrnord.blog/Nordgedanken/riot-themes.meta.git
Log | Files | Refs

commit b0b4741e16a43ce2c4ca259fc2c89dd1a09b64b2
Author: Phorge Migration <migration@localhost>
Date:   Tue, 21 Jul 2026 18:18:47 +0200

Archive issues/PRs export for Nordgedanken/Riot-Themes

Diffstat:
Aissues/1.json | 16++++++++++++++++
Aissues/1.md | 11+++++++++++
Aissues/2.json | 27+++++++++++++++++++++++++++
Aissues/2.md | 22++++++++++++++++++++++
Aissues/3.json | 21+++++++++++++++++++++
Aissues/3.md | 24++++++++++++++++++++++++
6 files changed, 121 insertions(+), 0 deletions(-)

diff --git a/issues/1.json b/issues/1.json @@ -0,0 +1,16 @@ +{ + "number": 1, + "title": "Pictures and Videos overlap the Drop Shadows", + "state": "open", + "author": "MTRNord", + "created_at": "2017-06-10T20:37:25Z", + "closed_at": null, + "labels": [ + "bug", + "help wanted", + "theme:flat_wide" + ], + "assignees": [], + "body": "", + "comments": [] +} diff --git a/issues/1.md b/issues/1.md @@ -0,0 +1,11 @@ +# #1 Pictures and Videos overlap the Drop Shadows + +- **State:** open +- **Author:** @MTRNord +- **Created:** 2017-06-10T20:37:25Z +- **Labels:** bug, help wanted, theme:flat_wide + +--- + +_No description._ + diff --git a/issues/2.json b/issues/2.json @@ -0,0 +1,27 @@ +{ + "number": 2, + "title": "Make Blur-radius smaller to make performance better", + "state": "open", + "author": "MTRNord", + "created_at": "2017-06-11T10:26:14Z", + "closed_at": null, + "labels": [ + "bug", + "enhancement", + "theme:flat_wide" + ], + "assignees": [], + "body": "", + "comments": [ + { + "author": "MTRNord", + "created_at": "2017-06-11T11:27:31Z", + "body": "https://medium.com/airbnb-engineering/css-box-shadow-can-slow-down-scrolling-d8ea47ec6867" + }, + { + "author": "MTRNord", + "created_at": "2017-06-21T08:57:28Z", + "body": "https://codepen.io/shshaw/pen/rwyCf use filter" + } + ] +} diff --git a/issues/2.md b/issues/2.md @@ -0,0 +1,22 @@ +# #2 Make Blur-radius smaller to make performance better + +- **State:** open +- **Author:** @MTRNord +- **Created:** 2017-06-11T10:26:14Z +- **Labels:** bug, enhancement, theme:flat_wide + +--- + +_No description._ + + +## Comments + +### @MTRNord — 2017-06-11T11:27:31Z + +https://medium.com/airbnb-engineering/css-box-shadow-can-slow-down-scrolling-d8ea47ec6867 + +### @MTRNord — 2017-06-21T08:57:28Z + +https://codepen.io/shshaw/pen/rwyCf use filter + diff --git a/issues/3.json b/issues/3.json @@ -0,0 +1,21 @@ +{ + "number": 3, + "title": "Weird Button glitch", + "state": "open", + "author": "MTRNord", + "created_at": "2017-06-11T11:40:23Z", + "closed_at": null, + "labels": [ + "bug", + "theme:flat_wide" + ], + "assignees": [], + "body": "![image](https://user-images.githubusercontent.com/1374914/27010720-7f45fb8e-4eab-11e7-90a4-abbb88758858.png)\r\n", + "comments": [ + { + "author": "MTRNord", + "created_at": "2017-07-09T21:03:29Z", + "body": "Fix add the accedantial removed code:\n\n```\n.m_BottomLeftMenu_options>div { display: inline-block; }\n```\n" + } + ] +} diff --git a/issues/3.md b/issues/3.md @@ -0,0 +1,24 @@ +# #3 Weird Button glitch + +- **State:** open +- **Author:** @MTRNord +- **Created:** 2017-06-11T11:40:23Z +- **Labels:** bug, theme:flat_wide + +--- + +![image](https://user-images.githubusercontent.com/1374914/27010720-7f45fb8e-4eab-11e7-90a4-abbb88758858.png) + + + +## Comments + +### @MTRNord — 2017-07-09T21:03:29Z + +Fix add the accedantial removed code: + +``` +.m_BottomLeftMenu_options>div { display: inline-block; } +``` + +