forked from AkkomaGang/akkoma-fe
Remove Angular vestiges.
This commit is contained in:
parent
c726aa8a7f
commit
bb1b3c3975
2 changed files with 1 additions and 16 deletions
15
src/App.scss
15
src/App.scss
|
@ -76,17 +76,6 @@ main-router {
|
|||
background-color: $darkened-background;
|
||||
}
|
||||
|
||||
/* The starting CSS styles for the enter animation */
|
||||
status.ng-enter {
|
||||
transition:0.5s linear all;
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
/* The finishing CSS styles for the enter animation */
|
||||
status.ng-enter.ng-enter-active {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
.new-status-notification {
|
||||
font-size: 1.1em;
|
||||
background-color: $darkened-background;
|
||||
|
@ -163,10 +152,6 @@ status.ng-enter.ng-enter-active {
|
|||
min-width: 0px;
|
||||
}
|
||||
|
||||
[ng-click] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
padding: 1em;
|
||||
img {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
Retweeted by {{retweeter}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="media status container" ng-class="{compact: compact, notify: notify}">
|
||||
<div class="media status container">
|
||||
<div class="media-left">
|
||||
<a :href="status.user.statusnet_profile_url">
|
||||
<img class='avatar' :src="status.user.profile_image_url_original">
|
||||
|
|
Loading…
Reference in a new issue