UX: Style and alignment adjustments

This commit is contained in:
Kris 2020-04-30 23:06:01 -04:00
parent e726d17b56
commit 1a052d1261
2 changed files with 10 additions and 5 deletions

View File

@ -62,10 +62,15 @@ body textarea {
right: 1em;
}
.gap {
margin-top: 1em;
}
.post-notice {
border: none;
background: transparent;
margin-left: 50px;
margin-top: 0.75em;
}
.popup-menu button {

View File

@ -66,7 +66,7 @@
@include boxShadow;
background-color: lighten($secondary, 10%);
margin-top: 10px;
border-radius: 2px;
border-radius: 4px;
padding: 15px 20px 0 20px;
}
@ -172,8 +172,8 @@
.widget-button.btn.create {
border-radius: 50%;
position: absolute;
top: 50px;
left: -18px;
top: 55px;
left: -10px;
background-color: $tertiary;
@include buttonShadow;
overflow: hidden;
@ -216,7 +216,7 @@
background-color: lighten($secondary, 10%);
margin-top: 10px;
padding: 20px;
border-radius: 2px;
border-radius: 4px;
}
@keyframes background-fade-highlight {
@ -253,7 +253,7 @@
}
.widget-button.btn.create {
left: initial;
right: -18px;
right: -10px;
}
.widget-button.btn.notifications-dropdown {
right: initial;