Changeset - bd443e4bff0d
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 3 years ago 2022-06-02 18:50:45
drewp@bigasterisk.com
asco styling
2 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
light9/ascoltami/index.html
Show inline comments
 
<!DOCTYPE html>
 
<html>
 
  <head>
 
    <title>ascoltami on {{host}}</title>
 
    <link rel="stylesheet" href="style.css" />
 
    <link rel="stylesheet" href="./style.css" />
 
    <style>
 
      #cmd-go {
 
        min-width: 5em;
 
      }
 
      .song-name {
 
        padding-left: 0.4em;
light9/web/style.css
Show inline comments
 
@@ -32,14 +32,13 @@ input[type=text] {
 
    background: rgba(0, 0, 0, 0.47);
 
    padding-left: 6px;
 
}
 

	
 

	
 
.songs {
 
    -moz-column-width:205px;
 
    -webkit-column-width:205px;
 
    column-width: 15em;
 
}
 
.songs button {
 
    display: inline-block;
 
    width: 15em;
 
    height: 50px;
 
    text-align: left;
 
@@ -149,13 +148,13 @@ div.keys {
 
    font-size: 140%;
 
}
 

	
 
/* ascoltami mini mode */
 
@media (max-height: 600px) {
 
    .songs {
 
        -webkit-column-width: 12em;
 
       column-width: 15em;
 
    }
 
    .songs button {
 
        font-size: initial;
 
        height: initial;
 
        width: 100%;
 
        margin: initial;
0 comments (0 inline, 0 general)