fix feed list drag height issue

This commit is contained in:
Nazar Kanaev 2020-08-18 17:14:45 +01:00
parent 5524609634
commit 6ca1eab9ff
2 changed files with 54 additions and 54 deletions

View File

@ -10,9 +10,10 @@
<body class="theme-light">
<div class="wrapper d-flex vh-100" id="app" v-cloak>
<!-- feed list -->
<div class="vh-100 position-relative overflow-auto border-right flex-shrink-0" :style="{width: feedListWidth+'px'}">
<div class="vh-100 position-relative d-flex flex-column border-right flex-shrink-0" :style="{width: feedListWidth+'px'}">
<drag :width="feedListWidth" @resize="resizeFeedList"></drag>
<div class="px-2 toolbar d-flex align-items-center mb-3">
<div class="px-2 pb-2 overflow-auto">
<div class="mb-2 toolbar d-flex align-items-center" style="padding-bottom: 1px;">
<div class="icon mx-2" :class="{loading: loading.feeds}">{% inline "anchor.svg" %}</div>
<div class="text-truncate cursor-default flex-grow-1 noselect">
<span v-if="loading.feeds">Refreshing ({{loading.feeds}} left)</span>
@ -63,8 +64,7 @@
</b-dropdown-item>
</b-dropdown>
</div>
<div class="p-2 ">
<div class="mb-5">
<div class="mb-5" style="border-top: 1px solid transparent;">
<label class="selectgroup">
<input type="radio" name="filter" value="unread" v-model="filterSelected">
<div class="selectgroup-label d-flex align-items-center w-100">

View File

@ -157,7 +157,7 @@ select.form-control:not([multiple]):not([size]) {
margin: 0;
}
.selectgroup *, .noselect, .dropdown-item {
.selectgroup *, .noselect, .dropdown-menu * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;