# HG changeset patch # User bsw # Date 1611668720 -3600 # Node ID 2373160319dce8a3244a2f84b0c0a50c122cf76a # Parent 958738fe1016b353eca15867023b920c524ab024 Make corners round diff -r 958738fe1016 -r 2373160319dc app/main/_layout/default.html --- a/app/main/_layout/default.html Mon Jan 18 18:51:30 2021 +0100 +++ b/app/main/_layout/default.html Tue Jan 26 14:45:20 2021 +0100 @@ -161,6 +161,11 @@ overflow: visible; display: block; margin-bottom: 16px; + border-radius: 5px; + } + + .mdl-card__title { + border-radius: 5px 5px 0 0; } .mdl-card__fullwidth { @@ -198,7 +203,7 @@ .mdl-special-card { background: #fff; margin-bottom: 16px; - border-radius: 2px; + border-radius: 5px; } .mdl-navigation__head {