aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-04-11 19:40:59 +0300
committershpuld <shp@cock.li>2018-04-11 19:40:59 +0300
commitee883d0f886f6bded4a16c5323723d5722ff5508 (patch)
tree2ebb89ac8e8c74dff22b47ea0d328c0227e7ab6f /src
parenta1f6ef1dcac2e79c5a116705ca11d6e7e51ed89c (diff)
Remove some commented lines and logs
Diffstat (limited to 'src')
-rw-r--r--src/App.scss1
-rw-r--r--src/components/status/status.vue4
-rw-r--r--src/services/style_setter/style_setter.js1
3 files changed, 0 insertions, 6 deletions
diff --git a/src/App.scss b/src/App.scss
index e3fba48a..b55ba0e6 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -253,7 +253,6 @@ main-router {
border-radius: $fallback--panelRadius;
border-radius: var(--panelRadius, $fallback--panelRadius);
box-shadow: 1px 1px 4px rgba(0,0,0,.6);
- //overflow: hidden;
}
.panel-body:empty::before {
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 6571159c..7607cd7b 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -398,10 +398,6 @@
border-bottom: none;
}
-.timeline .panel.timeline {
- //overflow: hidden;
-}
-
.muted {
padding: 0.25em 0.5em;
button {
diff --git a/src/services/style_setter/style_setter.js b/src/services/style_setter/style_setter.js
index b1d17270..9dc4a3e1 100644
--- a/src/services/style_setter/style_setter.js
+++ b/src/services/style_setter/style_setter.js
@@ -91,7 +91,6 @@ const setColors = (col, commit) => {
colors.cAlertRed = col.cRed && `rgba(${col.cRed.r}, ${col.cRed.g}, ${col.cRed.b}, .5)`
- console.log(JSON.stringify(col))
radii.btnRadius = col.btnRadius
radii.panelRadius = col.panelRadius
radii.avatarRadius = col.avatarRadius