diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/static/themes/material/css/article.scss | 30 | ||||
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 2 |
2 files changed, 18 insertions, 14 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index dc12f857..0c7735c3 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss | |||
@@ -103,25 +103,29 @@ | |||
103 | 103 | ||
104 | aside { | 104 | aside { |
105 | .tools { | 105 | .tools { |
106 | font-size: 0.8em; | ||
107 | display: flex; | 106 | display: flex; |
108 | flex-flow: row wrap; | 107 | flex-flow: row wrap; |
109 | 108 | ||
110 | li { | 109 | .stats { |
111 | display: inline-flex; | 110 | font-size: 0.8em; |
112 | vertical-align: middle; | 111 | margin: 8px 15px 5px; |
113 | margin: 0 5px; | 112 | |
114 | } | 113 | li { |
114 | display: inline-flex; | ||
115 | vertical-align: middle; | ||
116 | margin: 0 5px; | ||
117 | } | ||
115 | 118 | ||
116 | a { | 119 | a { |
117 | color: #000; | 120 | color: #000; |
118 | text-decoration: none; | 121 | text-decoration: none; |
122 | } | ||
119 | } | 123 | } |
120 | } | ||
121 | 124 | ||
122 | #list { | 125 | .tags { |
123 | float: right; | 126 | float: right; |
124 | margin: -5px 15px auto; | 127 | margin: 5px 15px 10px; |
128 | } | ||
125 | } | 129 | } |
126 | 130 | ||
127 | .chip { | 131 | .chip { |
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index d0f4c828..40351475 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -143,7 +143,7 @@ main { | |||
143 | } | 143 | } |
144 | } | 144 | } |
145 | 145 | ||
146 | a.original { | 146 | a.original:not(.waves-effect) { |
147 | text-overflow: ellipsis; | 147 | text-overflow: ellipsis; |
148 | white-space: nowrap; | 148 | white-space: nowrap; |
149 | overflow: hidden; | 149 | overflow: hidden; |