Remove post embed views and rimgo icon
This commit is contained in:
		
							parent
							
								
									826d4fab90
								
							
						
					
					
						commit
						5bdb2e1716
					
				| 
						 | 
				
			
			@ -1,7 +1,3 @@
 | 
			
		|||
.logo {
 | 
			
		||||
  filter: invert(180deg), hue-rotate(180deg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -33,10 +29,6 @@ body {
 | 
			
		|||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views {
 | 
			
		||||
  gap: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.postDetails {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  gap: 1rem;
 | 
			
		||||
| 
						 | 
				
			
			@ -51,4 +43,4 @@ h3 {
 | 
			
		|||
  align-items: center;
 | 
			
		||||
  justify-content: space-between;
 | 
			
		||||
  height: 9vh;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,20 +29,8 @@
 | 
			
		|||
        <h3>{{post.Title}}</h3>
 | 
			
		||||
      </a>
 | 
			
		||||
      {{/if}}
 | 
			
		||||
      <div class="views flex flex-center">
 | 
			
		||||
        <img class="icon" src="/static/icons/eye.svg" alt="Views">
 | 
			
		||||
        <p>{{post.Views}}</p>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="flex flex-center">
 | 
			
		||||
      <a href="/{{post.Id}}">
 | 
			
		||||
        <img src="/static/img/rimgo.svg" width="32px" height="32px" class="logo">
 | 
			
		||||
      </a>
 | 
			
		||||
      <a href="/{{post.Id}}">
 | 
			
		||||
        rimgo
 | 
			
		||||
      </a>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue