mirror of https://github.com/vector-im/riot-web
Fix event tiles to smoothly resize with font.
parent
121ac14273
commit
92005b15d8
|
@ -114,10 +114,9 @@ limitations under the License.
|
||||||
clear: both;
|
clear: both;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 65px; /* left gutter */
|
padding-left: 65px; /* left gutter */
|
||||||
padding-top: 4px;
|
padding-top: 3px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 3px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
min-height: 24px;
|
|
||||||
line-height: $font-22px;
|
line-height: $font-22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue