Changeset - f38ecdcd368e
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-06-02 19:30:59
drewp@bigasterisk.com
better asco mini mode
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
light9/web/style.css
Show inline comments
 
@@ -150,39 +150,39 @@ div.keys {
 
.effect:before {
 
  content: "⛖";
 
}
 

	
 
.song:before,
 
.effect:before {
 
  margin-right: 3px;
 
  text-decoration: none !important;
 
  font-size: 140%;
 
}
 

	
 
/* ascoltami mini mode */
 
@media (max-height: 600px) {
 
@media (max-width: 600px) {
 
  .songs {
 
    column-width: 15em;
 
  }
 
  .songs button {
 
    font-size: initial;
 
    height: initial;
 
    font-size: initial !important;
 
    min-height: 35px !important;
 
    width: 100%;
 
    margin: initial;
 
    border-width: 1px;
 
    margin-bottom: 2px;
 
  }
 
  .num {
 
    font-size: initial;
 
    padding: initial;
 
    font-size: initial !important;
 
    padding: initial !important;
 
  }
 
  .commands button {
 
    padding: 5px;
 
  }
 
}
 

	
 
/* subserver */
 
.vari {
 
  color: white;
 
}
 

	
 
.sub {
0 comments (0 inline, 0 general)