fluid width
This commit is contained in:
parent
5652b240dc
commit
b8adb3fa2f
2 changed files with 1 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<link rel="icon shortcut" href="./static/graphicarts/anchor.png">
|
<link rel="icon shortcut" href="./static/graphicarts/anchor.png">
|
||||||
</head>
|
</head>
|
||||||
<body class="theme-light">
|
<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 -->
|
<!-- feed list -->
|
||||||
<div class="vh-100 position-relative d-flex flex-column 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>
|
<drag :width="feedListWidth" @resize="resizeFeedList"></drag>
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,6 @@ body {
|
||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
|
||||||
max-width: 1440px;
|
|
||||||
margin: 0 auto;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* bootstrap customizations */
|
/* bootstrap customizations */
|
||||||
|
|
||||||
.btn-link {
|
.btn-link {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue