Browse Source

Fix issue #87 : suppression de la barre de la colonne de gauche en vue mobile

Marien Fressinaud 13 years ago
parent
commit
30f559f90d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/theme/freshrss.css

+ 2 - 0
public/theme/freshrss.css

@@ -435,11 +435,13 @@
 		top: 0; left: 0;
 		width: 0;
 		overflow: hidden;
+		border-right: none;
 		z-index: 10;
 		transition: width 200ms linear;
 	}
 		.aside:target {
 			width: 80%;
+			border-right: 1px solid #aaa;
 			overflow: auto;
 		}
 		.aside .toggle_aside {