fluid width

This commit is contained in:
Nazar Kanaev 2020-09-25 11:31:40 +01:00
parent 5652b240dc
commit b8adb3fa2f
2 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<link rel="icon shortcut" href="./static/graphicarts/anchor.png">
</head>
<body class="theme-light">
<div class="wrapper d-flex vh-100" id="app" v-cloak>
<div class="d-flex" id="app" v-cloak>
<!-- feed list -->
<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>

View File

@ -6,12 +6,6 @@ body {
font-size: 15px !important;
}
.wrapper {
max-width: 1440px;
margin: 0 auto;
overflow-x: hidden;
}
/* bootstrap customizations */
.btn-link {