mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-11-04 00:38:46 +00:00 
			
		
		
		
	basic themes
This commit is contained in:
		@@ -8,7 +8,8 @@
 | 
				
			|||||||
    <link rel="icon shortcut" href="./static/images/anchor.png">
 | 
					    <link rel="icon shortcut" href="./static/images/anchor.png">
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
    <div class="wrapper d-flex vh-100" id="app" v-cloak>
 | 
					<div class="container-fluid p-0" :class="'theme-' + settings.theme" id="app" v-cloak>
 | 
				
			||||||
 | 
					    <div class="wrapper d-flex vh-100 ">
 | 
				
			||||||
        <!-- feed list -->
 | 
					        <!-- 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 overflow-auto border-right flex-shrink-0" :style="{width: feedListWidth+'px'}">
 | 
				
			||||||
            <drag :width="feedListWidth" @resize="resizeFeedList"></drag>
 | 
					            <drag :width="feedListWidth" @resize="resizeFeedList"></drag>
 | 
				
			||||||
@@ -312,6 +313,7 @@
 | 
				
			|||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
<script src="./static/javascripts/vue.min.js"></script>
 | 
					<script src="./static/javascripts/vue.min.js"></script>
 | 
				
			||||||
<script src="./static/javascripts/popper.min.js"></script>
 | 
					<script src="./static/javascripts/popper.min.js"></script>
 | 
				
			||||||
<!-- <script src="./static/javascripts/bootstrap.min.js"></script> -->
 | 
					<!-- <script src="./static/javascripts/bootstrap.min.js"></script> -->
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -434,3 +434,18 @@ select.form-control:not([multiple]):not([size]) {
 | 
				
			|||||||
  border-left: 3px solid #22262a;
 | 
					  border-left: 3px solid #22262a;
 | 
				
			||||||
  padding-left: 1rem;
 | 
					  padding-left: 1rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* theme */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.theme-light {
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.theme-sepia {
 | 
				
			||||||
 | 
					  background-color: yellow;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.theme-night {
 | 
				
			||||||
 | 
					  background-color: black;
 | 
				
			||||||
 | 
					  color: white;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user