This commit is contained in:
Henry Jameson 2018-04-07 19:30:27 +03:00
parent 94195024e6
commit 529643d35a
18 changed files with 932 additions and 936 deletions

View File

@ -141,5 +141,5 @@
} }
} }
} }
} }
</style> </style>

View File

@ -8,14 +8,14 @@
<script src="./delete_button.js" ></script> <script src="./delete_button.js" ></script>
<style lang='scss'> <style lang="scss">
@import '../../_variables.scss'; @import '../../_variables.scss';
.icon-cancel,.delete-status { .icon-cancel,.delete-status {
cursor: pointer; cursor: pointer;
&:hover { &:hover {
color: var(--cRed, $fallback--cRed); color: var(--cRed, $fallback--cRed);
color: $fallback--cRed; color: $fallback--cRed;
} }
} }
</style> </style>

View File

@ -28,5 +28,4 @@
color: $fallback--cOrange; color: $fallback--cOrange;
color: var(--cOrange, $fallback--cOrange); color: var(--cOrange, $fallback--cOrange);
} }
</style> </style>

View File

@ -61,5 +61,4 @@
justify-content: space-between; justify-content: space-between;
} }
} }
</style> </style>

View File

@ -79,5 +79,5 @@
text-decoration: underline; text-decoration: underline;
} }
} }
} }
</style> </style>

View File

@ -211,5 +211,4 @@
} }
} }
} }
</style> </style>

View File

@ -362,7 +362,7 @@ status-text-container {
color: var(--cBlue, $fallback--cBlue); color: var(--cBlue, $fallback--cBlue);
} }
.status .avatar { .status .avatar {
width: 48px; width: 48px;
height: 48px; height: 48px;
border-radius: 5px; border-radius: 5px;
@ -385,14 +385,14 @@ status-text-container {
} }
} }
.status:hover .animated.avatar { .status:hover .animated.avatar {
canvas { canvas {
display: none; display: none;
} }
img { img {
visibility: visible; visibility: visible;
} }
} }
.status .avatar-retweeter { .status .avatar-retweeter {
width: 24px; width: 24px;
@ -476,6 +476,6 @@ a.unmute {
margin-left: 18px; margin-left: 18px;
margin-top: 18px; margin-top: 18px;
} }
} }
</style> </style>

View File

@ -123,9 +123,9 @@
flex: 0; flex: 0;
min-width: 2em; min-width: 2em;
cursor: pointer; cursor: pointer;
} }
.theme-preview-content { .theme-preview-content {
padding: 20px; padding: 20px;
} }
</style> </style>

View File

@ -108,5 +108,5 @@
border-color: var(--border, $fallback--border); border-color: var(--border, $fallback--border);
padding: 10px; padding: 10px;
z-index: 1; z-index: 1;
} }
</style> </style>

View File

@ -19,5 +19,4 @@
background: transparent; background: transparent;
} }
} }
</style> </style>