aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-11 07:23:23 -0400
committertdro <tdro@noreply.example.com>2022-07-11 07:23:23 -0400
commit22f2453c9685c75fae5aa44d9b552f57c54ecb78 (patch)
tree65bb49f983f036aaa287a197292153fd8e8a0c8d
parent3b928a31d47a41b9ecae4b0f4c6a4cef1c2671ad (diff)
downloadcanory-22f2453c9685c75fae5aa44d9b552f57c54ecb78.tar.gz
canory-22f2453c9685c75fae5aa44d9b552f57c54ecb78.tar.bz2
canory-22f2453c9685c75fae5aa44d9b552f57c54ecb78.zip
themes/default/layouts/partials/profile: Normalize context and kbd border radius
-rw-r--r--assets/css/default.css4
-rw-r--r--themes/default/layouts/partials/profile.html1
2 files changed, 2 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 895ff90..a5c77ff 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1375,7 +1375,7 @@ context-menu {
border: 1px solid;
border-color: #ddd;
border-color: var(--border-lighter);
- border-radius: 4px;
+ border-radius: 0.5rem;
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
0 0 0 1px rgba(10, 10, 10, 0.02);
padding-bottom: 0.5rem;
@@ -1560,7 +1560,7 @@ video:hover {
kbd {
background-color: #eee;
- border-radius: 3px;
+ border-radius: 0.25rem;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px #737373, 0 2px 0 0 #f2f2f2 inset;
color: #333;
diff --git a/themes/default/layouts/partials/profile.html b/themes/default/layouts/partials/profile.html
index 0a5e869..0484987 100644
--- a/themes/default/layouts/partials/profile.html
+++ b/themes/default/layouts/partials/profile.html
@@ -50,4 +50,3 @@
{{ partial "profile-tabs.html" . }}
</micro-header>
-