sync with buck upstream
This commit is contained in:
		
							parent
							
								
									88da620079
								
							
						
					
					
						commit
						79f7742481
					
				
					 7 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
<html lang="{{ config.language }}">
 | 
					<html lang="{{ config.language }}">
 | 
				
			||||||
  <head>
 | 
					  <head>
 | 
				
			||||||
    <meta charset="utf-8"/>
 | 
					    <meta charset="utf-8"/>
 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/> {{ open_graph() }}
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 | 
				
			||||||
    <title>{{ title }}</title>
 | 
					    <title>{{ title }}</title>
 | 
				
			||||||
    <link href="{{ url_for('index.css') }}" rel="stylesheet"/>
 | 
					    <link href="{{ url_for('index.css') }}" rel="stylesheet"/>
 | 
				
			||||||
    <link href="{{ url_for('styles/materialdesignicons.min.css') }}" rel="stylesheet"/>
 | 
					    <link href="{{ url_for('styles/materialdesignicons.min.css') }}" rel="stylesheet"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
<html lang="{{ config.language }}" prefix="og: https://ogp.me/ns#">
 | 
					<html lang="{{ config.language }}" prefix="og: https://ogp.me/ns#">
 | 
				
			||||||
  <head>
 | 
					  <head>
 | 
				
			||||||
    <meta charset="utf-8"/>
 | 
					    <meta charset="utf-8"/>
 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/> {{ open_graph() }}
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 | 
				
			||||||
    <title>{{ page.title or config.title or "Page" }}</title>
 | 
					    <title>{{ page.title or config.title or "Page" }}</title>
 | 
				
			||||||
    <link href="/page.css" rel="stylesheet"/>
 | 
					    <link href="/page.css" rel="stylesheet"/>
 | 
				
			||||||
    <script type="module" src="/page.js"></script>
 | 
					    <script type="module" src="/page.js"></script>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -70,7 +70,7 @@
 | 
				
			||||||
  overflow-y: auto;
 | 
					  overflow-y: auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.content > :where(table, .table-responsive > table) {
 | 
					:where(.content > table, .content > .table-responsive > table) {
 | 
				
			||||||
  background-color: var(--table-background-color);
 | 
					  background-color: var(--table-background-color);
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  white-space: nowrap;
 | 
					  white-space: nowrap;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue