diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.scss | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/style.scss b/assets/style.scss index 016c568..c075ced 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -130,6 +130,7 @@ main {  button,  .button { +  text-align: center;    font-size: 1rem;    background: #FACC34;    color: #000000; @@ -896,6 +897,24 @@ hr {    justify-content: space-between;  } +.jid-with-buttons { +  display: flex; +  flex-direction: column; +  align-items: stretch; +  gap: 4px; +  margin-bottom: 8px; +} + +.jid-with-buttons .buttons { +  display: flex; +  align-items: center; +  gap: 4px; +} + +.jid-with-buttons .buttons>* { +  flex: 1 1 auto; +} +  .jid-with-button .jid {    flex: 1 1 auto;  }  | 
