Browse Source

Fixed width of rows in upload modal

Tobias Reich 9 years ago
parent
commit
4cff63d500
2 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/main.css
  2. 2 2
      src/styles/_message.scss

File diff suppressed because it is too large
+ 0 - 0
dist/main.css


+ 2 - 2
src/styles/_message.scss

@@ -282,7 +282,7 @@
 		a.name {
 			float: left;
 			padding: 5px 10px;
-			width: calc(70% - 20px);
+			width: 70%;
 			color: #fff;
 			font-size: 14px;
 			white-space: nowrap;
@@ -292,7 +292,7 @@
 		a.status {
 			float: left;
 			padding: 5px 10px;
-			width: calc(30% - 20px);
+			width: 30%;
 			color: white(.5);
 			font-size: 14px;
 			text-align: right;

Some files were not shown because too many files changed in this diff