mirror of
https://github.com/exane/not-gwent-online
synced 2026-02-03 04:25:00 +00:00
some minor stuff
This commit is contained in:
@@ -283,7 +283,6 @@ let BattleView = Backbone.View.extend({
|
||||
this.listenTo(user, "change:setHorn", this.render);
|
||||
this.listenTo(user, "change:isReDrawing", this.render);
|
||||
this.listenTo(user, "change:chooseSide", this.render);
|
||||
/*this.listenTo(user, "change:handCards", this.render);*/
|
||||
|
||||
this.$hand = this.$el.find(".field-hand");
|
||||
this.$preview = this.$el.find(".card-preview");
|
||||
|
||||
@@ -301,7 +301,7 @@ $game-height: 800px;
|
||||
}
|
||||
|
||||
.notifications {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 200;
|
||||
width: 500px;
|
||||
|
||||
Reference in New Issue
Block a user