Skip to content

Commit 00e1215

Browse files
author
Emre Üstere
committed
styling updates
1 parent 8d8d26d commit 00e1215

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

frontend/express/public/javascripts/countly/vue/components/helpers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,8 +1314,6 @@
13141314
},
13151315
scrollPanel: {
13161316
initialScrollX: false,
1317-
// heigh: '50px',
1318-
// maxHeight: '150px',
13191317
},
13201318
rail: {
13211319
gutterOfSide: "4px",

frontend/express/public/stylesheets/vue/clyvue.scss

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4509,28 +4509,34 @@
45094509
.cly-list-drawer__text-clickable i {
45104510
transition: transform 0.3s, -webkit-transform .3s;
45114511
}
4512-
45134512
.rotate-icon {
45144513
transform: rotate(180deg);
45154514
}
4516-
45174515
.cly-io {
45184516
display: inline-block;
45194517
}
4518+
.__view {
4519+
min-height: auto !important;
4520+
}
45204521

45214522
&__list {
4522-
height: 100px;
4523+
height: 150px;
45234524
background-color: #F6F6F6;
45244525
overflow: auto;
4526+
border-radius: 4px;
45254527
ul {
45264528
list-style: none;
45274529
padding: 0px;
4530+
margin: 0px;
45284531
li {
45294532
padding-left: 16px;
4530-
padding-bottom: 0.5rem;
4533+
padding-top: 0.5rem;
4534+
}
4535+
li:first-child {
4536+
padding-top: 1rem;
45314537
}
45324538
li:last-child {
4533-
padding-bottom: 0px;
4539+
padding-bottom: 1rem;
45344540
}
45354541
}
45364542
}

0 commit comments

Comments
 (0)