Small Visual Improvements (CSS)

This commit is contained in:
LightSaveUs
2022-10-08 03:07:47 +03:00
committed by GitHub
parent f70fa7aa8e
commit f689990046

View File

@@ -454,6 +454,7 @@ border-top-right-radius: var(--tabs_rounding);
.story_title_area { .story_title_area {
padding-top: 3px;
position: relative; position: relative;
} }
@@ -938,6 +939,10 @@ td.server_vars {
text-align: center; text-align: center;
} }
#authors_notes_template {
margin-bottom: 3px;
}
.WI_Folder_Header { .WI_Folder_Header {
margin-left: 10px; margin-left: 10px;
display: grid; display: grid;
@@ -1041,6 +1046,7 @@ td.server_vars {
.world_info_delete { .world_info_delete {
grid-area: delete; grid-area: delete;
cursor: pointer; cursor: pointer;
margin: 2px 0px 0px 4px;
} }
.world_info_tag_area { .world_info_tag_area {
@@ -1055,7 +1061,7 @@ td.server_vars {
.world_info_text { .world_info_text {
width: auto; width: auto;
margin: 0 2px 0 2px; margin: 0 0px 0px;
border-radius: var(--radius_wi_card); border-radius: var(--radius_wi_card);
background-color: var(--wi_card_bg_color); background-color: var(--wi_card_bg_color);
color: var(--wi_card_text_color); color: var(--wi_card_text_color);
@@ -1196,7 +1202,7 @@ body {
.gametext { .gametext {
margin-top: auto; margin-top: auto;
padding: 0px 5px 10px 10px; padding: 10px 10px 10px 10px;
vertical-align: bottom; vertical-align: bottom;
overflow-y: scroll; overflow-y: scroll;
outline: none; outline: none;
@@ -1951,6 +1957,7 @@ body {
top: 3px; top: 3px;
right: 2px; right: 2px;
cursor: pointer; cursor: pointer;
transform: translateY(-3px) translateX(-2px)
} }
#finder-scratchpad { #finder-scratchpad {
@@ -2321,6 +2328,7 @@ button.disabled {
.fullwidth { .fullwidth {
width: 100%; width: 100%;
padding: 5px 5px 5px 5px;
} }
.rawtext { .rawtext {
@@ -2462,6 +2470,7 @@ h2 .material-icons-outlined {
.collapsable_header { .collapsable_header {
cursor: pointer; cursor: pointer;
transform: translateY(7px) translateX(4px);
} }
.material-icons-outlined, .material-icons-outlined,