diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-29 22:12:58 +0500 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-29 22:12:58 +0500 |
| commit | 90abc128129393ad74b914df751aeee58349ef09 (patch) | |
| tree | 2dd9a56521baca91b969dfbea5866ba8e0b75fe2 | |
| parent | Remove un-used CSS and add favicons (diff) | |
| download | githunt-90abc128129393ad74b914df751aeee58349ef09.tar.gz | |
View switch UI fixes
| -rw-r--r-- | src/components/filters/styles.css | 2 | ||||
| -rw-r--r-- | src/components/filters/view-filter/styles.css | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/components/filters/styles.css b/src/components/filters/styles.css index 3a97edb..5f075a7 100644 --- a/src/components/filters/styles.css +++ b/src/components/filters/styles.css @@ -2,6 +2,6 @@ float: left; } -.filters-wrap .filter-item:last-child { +.filters-wrap .filter-item:not(:first-child) { margin-left: 15px; } diff --git a/src/components/filters/view-filter/styles.css b/src/components/filters/view-filter/styles.css index 6984ffb..8a8cf83 100644 --- a/src/components/filters/view-filter/styles.css +++ b/src/components/filters/view-filter/styles.css @@ -1,6 +1,6 @@ .view-type { border-radius: 8px; - padding: 10px 20px; + padding: 10px; background: white; cursor: default; } @@ -8,7 +8,8 @@ .view-type button { color: #ccc; text-decoration: none; - margin: 0 0 0 20px; + margin: 0 0 0 10px; + padding: 0 5px; list-style: none; border: none; background: none; |
