0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 11:42:39 +00:00

correct style to be coherent and nice

This commit is contained in:
Víctor Losada Hernández
2024-09-13 20:33:21 +02:00
parent a2d260c297
commit d947ff45e2
2 changed files with 9 additions and 7 deletions

View File

@@ -23,16 +23,13 @@
textarea {
width : 50ch;
min-height : 7em;
max-height : 25em;
max-height : 20em;
resize : vertical;
}
}
button {
position : absolute;
right : 0;
bottom : 0;
width: 200px;
i { margin-right : 10px; }
}

View File

@@ -6,12 +6,13 @@
.notificationList {
display : flex;
flex-direction : column;
gap : px;
max-height : 500px;
margin-block : 20px;
overflow : auto;
border : 1px solid;
border-radius : 5px;
details {
li {
padding : 10px;
background : #CCCCCC;
@@ -29,6 +30,10 @@
font-size : 20px;
font-weight : 900;
}
dl dt{
font-weight: 900;
}
}
}
.noNotification { margin-block : 20px; }